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

@@ -1,5 +1,5 @@
<form class="{{cssClass}}" autocomplete="off">
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}}
<section class="sheet-body">
{{#if (and system.sortid sort)}}
@@ -12,7 +12,7 @@
<label for="system.draconic">Draconic</label>
<select name="system.draconic" data-dtype="String">
{{#select system.draconic}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-draconic.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-draconic.hbs"}}
{{/select}}
</select>
</div>
@@ -33,7 +33,7 @@
<label for="system.heurecible">Heure de naissance cible</label>
<select type="text" name="system.heurecible" value="{{system.heurecible}}" data-dtype="String">
{{#select system.heurecible}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-heures.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-heures.hbs"}}
{{/select}}
</select>
</div>