Studio: theme editing
This commit is contained in:
parent
6e7eccf9de
commit
3aa9a21dea
34 changed files with 975 additions and 350 deletions
|
@ -11,7 +11,7 @@
|
|||
export let path: (string | number)[] = [];
|
||||
|
||||
</script>
|
||||
{#if schema.hints.typehint === "tagrendering[]"}
|
||||
{#if schema.hints?.typehint?.endsWith("[]")}
|
||||
<!-- We cheat a bit here by matching this 'magical' type... -->
|
||||
<SchemaBasedArray {path} {state} {schema} />
|
||||
{:else if schema.type === "array" && schema.hints.multianswer === "true"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue