amazing stuff

This commit is contained in:
2026-01-07 23:54:55 +02:00
parent 53f9548966
commit 4d2497d96f
@@ -34,21 +34,26 @@
Name Name
<input <input
bind:value={newSchemaName} bind:value={newSchemaName}
placeholder="Schema name" placeholder="ex. Blog Posts"
minlength="2" minlength="2"
maxlength="30" maxlength="30"
required required
/> />
<small id="alias-helper">Plural is recommended</small>
</label> </label>
<label> <label>
Alias Alias
<input <input
bind:value={newSchemaAlias} bind:value={newSchemaAlias}
placeholder="Schema alias" placeholder="ex. blog_posts"
minlength="2" minlength="2"
maxlength="30" maxlength="30"
required required
aria-describedby="alias-helper"
/> />
<small id="alias-helper">
Developers will use this to reference the field
</small>
</label> </label>
</fieldset> </fieldset>