docs: add sample category to scaffolder and readme

This commit is contained in:
jade
2026-07-21 14:22:22 +09:00
parent 8612dd6ea7
commit beed6e7001
3 changed files with 4 additions and 2 deletions

View File

@@ -464,6 +464,7 @@
<label class="form-label">Domain Category</label>
<input type="text" class="form-control" name="categoryKey" pattern="^[a-z0-9][a-z0-9_-]*$" list="groupList" placeholder="e.g. common, hr, payment" oninput="this.value = this.value.toLowerCase()" required>
<datalist id="groupList">
<option value="sample">sample</option>
<option value="common">common</option>
<option value="customer">customer</option>
<option value="contract">contract</option>