Fix voe 0.8

This commit is contained in:
2021-02-20 09:15:52 +01:00
parent 8b7b474442
commit c594405dcc
35 changed files with 203 additions and 266 deletions

View File

@@ -10,12 +10,12 @@
<section class="sheet-body">
<div class="form-group">
<label for="niveau">Coordonnées TMR </label>
<input class="attribute-value" type="text" name="data.coord" value="{{data.coord}}" data-dtype="String"/>
<input class="attribute-value" type="text" name="data.coord" value="{{data.data.coord}}" data-dtype="String"/>
</div>
<div class="form-group">
<label for="niveau">Mode spécifique</label>
<select name="data.specific" id="specific" data-dtype="String">
{{#select item.data.specific}}
{{#select item.data.data.specific}}
{{>"systems/foundryvtt-reve-de-dragon/templates/casetmr-specific-list.html"}}
{{/select}}
</select>
@@ -23,7 +23,7 @@
<div class="flexcol">
<span><label>Description : </label></span>
<div class="form-group editor">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
{{editor content=data.data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</div>
</section>