Add a group property on the Item data model
This commit is contained in:
parent
c6ec60b5bf
commit
ce81212bbe
4 changed files with 58 additions and 1 deletions
|
|
@ -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"}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue