Disable 'back to theme overview' for single builds, add convenience to deployment to a repo
This commit is contained in:
parent
09522004db
commit
39a7ac93e0
2 changed files with 38 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue