Use hbs extension

This commit is contained in:
2025-01-27 22:13:33 +01:00
parent 70e3e63001
commit 681fbc3177
245 changed files with 525 additions and 525 deletions

View File

@@ -18,7 +18,7 @@
<label for="system.categorie">Catégorie </label>
<select name="system.categorie" class="categorie" data-dtype="String">
{{#select system.categorie}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-categories.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-categories.hbs"}}
{{/select}}
</select>
</div>
@@ -35,7 +35,7 @@
{{#if options.isGM}}
<select name="system.base" data-dtype="Number">
{{#select system.base}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-base-competence.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-base-competence.hbs"}}
{{/select}}
</select>
{{else}}
@@ -46,7 +46,7 @@
<label for="system.defaut_carac">Caractéristique par défaut </label>
<select name="system.defaut_carac" data-dtype="String">
{{#select system.defaut_carac}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-caracteristiques.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-caracteristiques.hbs"}}
{{/select}}
</select>
</div>
@@ -65,7 +65,7 @@
<input class="attribute-value" type="text" name="system.niveau_archetype" value="{{system.niveau_archetype}}" data-dtype="Number"/>
</div>
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}}
</section>