-
Notifications
You must be signed in to change notification settings - Fork 9
workflow
hannes edited this page Feb 21, 2023
·
3 revisions
- you can save your UniMenu configs in a folder.
- Then add the folder path to the env var
UNIMENU_CONFIG_PATH
-
unimenu.discover_config_paths()
returns all configs found in all folders registered in the env var. You can also use the helper methodunimenu.setup_all_configs()
note: the order you register configs matters if you parent 1 config to another, and the child is created before the parent.
Applications
Dev Docs
Other