forked from MapComplete/MapComplete
Add custom javascript snippets to calculate tags
This commit is contained in:
parent
3e130ebe80
commit
f124d9ded7
17 changed files with 799 additions and 14649 deletions
|
@ -24,7 +24,7 @@ export default class InstalledThemes {
|
|||
try {
|
||||
const json = atob(customLayout.data);
|
||||
const layout = new LayoutConfig(
|
||||
JSON.parse(json));
|
||||
JSON.parse(json), false);
|
||||
installedThemes.push({
|
||||
layout: layout,
|
||||
definition: customLayout.data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue