Various fixes and enhancements

This commit is contained in:
2025-02-04 08:07:12 +01:00
parent 00c1d02b6b
commit 7eed052645
42 changed files with 101 additions and 132 deletions

View File

@ -322,7 +322,7 @@
{{#each system.fortune as |fortune key|}}
<div class="flexrow">
<label class="item-field item-field-label-medium">{{upperFirst key}}</label>
<input type="text" class="input-numeric-short" name="system.fortune.{{key}}.value" value="{{fortune}}"
<input type="text" class="input-numeric-short" name="system.fortune.{{key}}" value="{{fortune}}"
data-dtype="Number" />
</div>
{{/each}}