mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
17 lines
719 B
Handlebars
17 lines
719 B
Handlebars
<li data-index="{{index}}">
|
|
<div class="key">
|
|
<input type="text" class="effect-change-input" 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">
|
|
<a class="inline-control icon" data-action="deleteChange"><i class="fa-solid fa-trash"></i></a>
|
|
</div>
|
|
</li>
|