Compatibilité v11/v12
This commit is contained in:
@@ -13,11 +13,7 @@
|
||||
<label class="generic-label">Type de modificateur </label>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.modifiertype"
|
||||
value="{{data.modifiertype}}" data-dtype="string">
|
||||
{{#select data.modifiertype}}
|
||||
{{#each config.modifierTypes as |mod key|}}
|
||||
<option value="{{key}}">{{mod.name}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
{{selectOptions config.modifierTypes selected=data.modifiertype}}
|
||||
</select>
|
||||
</span>
|
||||
|
||||
|
Reference in New Issue
Block a user