Files
messages/env.d/development/frontend.defaults
Jean-Baptiste PENRATH 516d9dfa58 (frontend) add configurable help center button in header (#537)
Allow to configure a help center URL via the
 NEXT_PUBLIC_HELP_CENTER_URL environment variable. The button
 adapts based on what's configured:
- Help center only: opens external link directly
- Feedback widget only: opens widget directly
- Both: shows dropdown with both options

The button is now displayed in the header to save space in sidebar,
 rather than in the left panel.
2026-02-23 16:34:33 +01:00

21 lines
567 B
Plaintext

NEXT_PUBLIC_API_ORIGIN=http://localhost:8901
NEXT_TELEMETRY_DISABLED=1
NEXT_PUBLIC_FEEDBACK_WIDGET_API_URL=
NEXT_PUBLIC_FEEDBACK_WIDGET_PATH=
NEXT_PUBLIC_FEEDBACK_WIDGET_CHANNEL=
NEXT_PUBLIC_HELP_CENTER_URL=
NEXT_PUBLIC_LANGUAGES=[["en-US","English"],["fr-FR","Français"],["nl-NL","Nederlands"]]
NEXT_PUBLIC_DEFAULT_LANGUAGE=en-US
## Chunk size for multipart upload in MB
NEXT_PUBLIC_MULTIPART_UPLOAD_CHUNK_SIZE=100
## Sentry
NEXT_PUBLIC_SENTRY_DSN=
NEXT_PUBLIC_SENTRY_ENVIRONMENT=
## Theme Customization
NEXT_PUBLIC_THEME_CONFIG='{
"theme": "white-label"
}'