DAtaModels + Appv2 migration : OK

This commit is contained in:
2026-04-02 21:33:56 +02:00
parent 4def580296
commit a37ad2cc82
779 changed files with 391512 additions and 305 deletions

View File

@@ -0,0 +1,29 @@
<form class="{{cssClass}}" autocomplete="off">
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-header.html}} {{>
systems/fvtt-mournblade-cyd2/templates/partial-item-nav.html}} {{!-- Sheet
Body --}}
<section class="sheet-body">
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-description.html}}
<div class="tab details" data-group="primary" data-tab="details">
<ul class="item-list alternate-list">
<li class="flexrow item">
<label class="generic-label item-field-label-long">Allégeance : </label>
<select
class="status-small-label color-class-common"
type="text"
name="system.allegeance"
value="{{system.allegeance}}"
data-dtype="string"
>
{{selectOptions config.allegeanceOptions selected=system.allegeance}}
</select>
</li>
</div>
</section>
</form>