forked from MapComplete/MapComplete
Fix studio, add options for 'rotation' (see #2072)
This commit is contained in:
parent
ba3e4b9dce
commit
081a6dbb79
14 changed files with 190 additions and 54 deletions
|
|
@ -8,8 +8,7 @@
|
|||
|
||||
export let state: EditJsonState<any>
|
||||
export let path: (string | number)[] = []
|
||||
console.log("Fetched schema:", path, state.getSchema(<any> path))
|
||||
let schema: ConfigMeta = state.getSchema(<any> path)[0]
|
||||
export let schema: ConfigMeta = state.getSchema(<any> path)[0]
|
||||
let expertMode = state.expertMode
|
||||
</script>
|
||||
{#if schema === undefined}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue