Disable 'back to theme overview' for single builds, add convenience to deployment to a repo

This commit is contained in:
Pieter Vander Vennet 2024-07-14 12:07:23 +02:00
parent 09522004db
commit 39a7ac93e0
2 changed files with 38 additions and 8 deletions

View file

@ -45,6 +45,7 @@ async function main() {
const availableLayers = await getAvailableLayers()
MetaTagging.setThemeMetatagging(new ThemeMetaTagging())
// LAYOUT.ADD_LAYERS
// LAYOUT.ADD_CONFIG
const state = new ThemeViewState(new LayoutConfig(<any> layout), availableLayers)
const target = document.getElementById("maindiv")
const childs = Array.from(target.children)