Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable header #9

Merged
merged 4 commits into from
Feb 20, 2025
Merged

Configurable header #9

merged 4 commits into from
Feb 20, 2025

Conversation

jeanpommier
Copy link
Member

Address georchestra/superset-core#46

Header is configurable

  • either from default.properties file
  • or using superset config parameters

Documented the feature

Insert the logic for georchestra/superset-core#46
In geOrchestra, the header (top menu) is controlled by params rom the
default.properties file. This commit provides a means to parse this file
and get a header that is consistent with geOrchestra's other apps.
It is also possible to disable the header's display by setting
GEORCHESTRA_NOHEADER=True in the superset config file
If the path to default.properties file is provided, the header config
is first read from there. But it also possible to configure it
using superset_config params. Those params will override the ones from
default.properties if both are provided
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant