mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
22 lines
No EOL
999 B
Handlebars
22 lines
No EOL
999 B
Handlebars
<div>
|
|
<div class="form-group">
|
|
<label>{{localize "DAGGERHEART.SETTINGS.Automation.FIELDS.hopeFear.label"}}</label>
|
|
{{formGroup settingFields.schema.fields.hopeFear.fields.gm value=settingFields._source.hopeFear.gm localize=true}}
|
|
{{formGroup settingFields.schema.fields.hopeFear.fields.players value=settingFields._source.hopeFear.players localize=true}}
|
|
|
|
</div>
|
|
{{formGroup settingFields.schema.fields.actionPoints value=settingFields._source.actionPoints localize=true}}
|
|
{{formGroup settingFields.schema.fields.countdowns value=settingFields._source.countdowns localize=true}}
|
|
|
|
<footer class="form-footer">
|
|
<button data-action="reset">
|
|
<i class="fa-solid fa-arrow-rotate-left"></i>
|
|
<span>{{localize "Reset"}}</span>
|
|
</button>
|
|
<button data-action="save" >
|
|
<i class="fa-solid fa-floppy-disk"></i>
|
|
<span>{{localize "Save Changes"}}</span>
|
|
</button>
|
|
</footer>
|
|
</div>
|
|
|