fixes #72 at least for now

This commit is contained in:
joBr99
2022-03-25 22:58:34 +01:00
parent a80c61f8a0
commit 00adcebcf2
4 changed files with 8 additions and 11 deletions

View File

@@ -112,7 +112,7 @@ class LuiBackendConfig(object):
self._config[k] = v
LOGGER.info(f"Loaded config: {self._config}")
root_page = {"items": self.get("pages"), "name": "root"}
root_page = {"items": self.get("pages"), "type": "internal", "heading": "root"}
self._page_config = PageNode(root_page)
LOGGER.info(f"Parsed Page config to the following Tree: \n {self._page_config.dump()}")