Added Formula select to view mode

This commit is contained in:
WBHarry 2026-01-17 19:01:50 +01:00
parent 48b76e2961
commit 91d22292e1
4 changed files with 88 additions and 7 deletions

View file

@ -6,7 +6,7 @@
<div class="form-group">
<label>{{localize "Formula"}}</label>
<div class="form-fields">
<select name="flags.daggerheart.activeAltFormula">
<select class="system-update-field" data-path="activeAltFormula">
{{selectOptions this.altFormulaOptions selected=this.activeAltFormula labelAttr="name"}}
</select>
</div>