mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 08:23:38 +02:00
Initial v14 fixes
This commit is contained in:
parent
b374070809
commit
1a928e950c
19 changed files with 197 additions and 180 deletions
17
templates/sheets/activeEffect/change.hbs
Normal file
17
templates/sheets/activeEffect/change.hbs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<li data-index="{{index}}">
|
||||
<div class="key">
|
||||
{{formInput fields.key name=change.keyPath value=change.key}}
|
||||
</div>
|
||||
<div class="type">
|
||||
{{formInput fields.type name=change.typePath value=change.type localize=true}}
|
||||
</div>
|
||||
<div class="value">
|
||||
{{formInput fields.value name=change.valuePath value=change.value elementType="input"}}
|
||||
</div>
|
||||
<div class="priority">
|
||||
{{formInput fields.priority name=change.priorityPath value=change.priority placeholder=defaultPriority}}
|
||||
</div>
|
||||
<div class="controls">
|
||||
<button type="button" class="inline-control icon fa-solid fa-trash" data-action="deleteChange"></button>
|
||||
</div>
|
||||
</li>
|
||||
Loading…
Add table
Add a link
Reference in a new issue