DAtaModels + Appv2 migration : OK
This commit is contained in:
29
.history/templates/item-pacte-sheet_20251026143931.html
Normal file
29
.history/templates/item-pacte-sheet_20251026143931.html
Normal 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">{{localize "MNBL.allegiance"}} : </label>
|
||||
<select
|
||||
class="status-small-label color-class-common"
|
||||
type="text"
|
||||
name="system.allegeance"
|
||||
value="{{data.allegeance}}"
|
||||
data-dtype="string"
|
||||
>
|
||||
{{selectOptions config.allegeanceOptions selected=data.allegeance}}
|
||||
</select>
|
||||
</span>
|
||||
|
||||
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-description.html}}
|
||||
</div>
|
||||
</section>
|
||||
</form>
|
||||
Reference in New Issue
Block a user