Skip to content

workflow

hannes edited this page Feb 21, 2023 · 3 revisions
  1. you can save your UniMenu configs in a folder.
  2. Then add the folder path to the env var UNIMENU_CONFIG_PATH
  3. unimenu.discover_config_paths() returns all configs found in all folders registered in the env var. You can also use the helper method unimenu.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.

Clone this wiki locally