Add a group property on the Item data model

This commit is contained in:
Oliver 2026-03-14 15:58:06 -06:00
parent c6ec60b5bf
commit ce81212bbe
4 changed files with 58 additions and 1 deletions

View file

@ -11,6 +11,18 @@
{{disabled (not meta.editable)}}
>
</div>
<div class="property">
<label for="{{meta.idp}}-group">
{{localize "taf.misc.item.group"}}
</label>
<input
type="text"
id="{{meta.idp}}-group"
name="system.group"
value="{{system.group}}"
{{disabled (not meta.editable)}}
>
</div>
<div class="property">
<label for="{{meta.idp}}-equipped">
{{localize "taf.misc.item.equipped"}}