forked from public/fvtt-yggdrasill
Foundry v13 migration
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
<ul>
|
||||
<li class="flexrow"><label class="generic-label">Catégorie</label>
|
||||
<select class="competence-base flexrow" type="text" name="system.categorie" value="{{data.categorie}}" data-dtype="String">
|
||||
{{selectOptions config.optionsCompetence selected=data.categorie nameAttr="key" labelAttr="label"}}
|
||||
</select>
|
||||
{{selectOptions config.optionsCompetence selected=data.categorie valueAttr="key" labelAttr="label"}}
|
||||
</select>
|
||||
</li>
|
||||
<li class="flexrow"><label class="generic-label">Niveau</label>
|
||||
<select class="competence-malus flexrow" type="text" name="system.niveau" value="{{data.niveau}}" data-dtype="Number">
|
||||
{{selectOptions @root.optionsBase selected=data.niveau localize=false}}
|
||||
{{selectOptions @root.optionsBase selected=data.niveau localize=false}}
|
||||
</select>
|
||||
</li>
|
||||
<li class="flexrow"><label class="generic-label">Spécialisation ?</label>
|
||||
|
||||
Reference in New Issue
Block a user