langflow/src/frontend/feature-config.json
Mike Fortman dedad1e240
feat: Add Branding and Social Links to the UI Feature flags (#3169)
* Add branding and socials FF

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-08-06 18:46:03 +00:00

8 lines
No EOL
175 B
JSON

{
"ENABLE_DARK_MODE": true,
"ENABLE_API": true,
"ENABLE_LANGFLOW_STORE": true,
"ENABLE_PROFILE_ICONS": true,
"ENABLE_SOCIAL_LINKS": true,
"ENABLE_BRANDING": true
}