amazing stuff

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