amazing stuff
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user