forked from MapComplete/MapComplete
Studio: WIP
This commit is contained in:
parent
9bce817f59
commit
89818019c3
11 changed files with 61 additions and 116 deletions
|
|
@ -28,9 +28,6 @@ export let path: (string | number)[] = [];
|
|||
</div>
|
||||
</div>
|
||||
{:else}
|
||||
<div class="literal-code">
|
||||
{JSON.stringify(configs, null, " ")}
|
||||
</div>
|
||||
<div class="pl-2 flex flex-col gap-y-1 w-full">
|
||||
{#each configs as config}
|
||||
<SchemaBasedInput {state} path={path.concat(config.path)} schema={config} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue