Finalize aappv2 data models migration

This commit is contained in:
2026-02-27 14:36:54 +01:00
parent 8735b7e4a4
commit c45837ea31
87 changed files with 10701 additions and 1225 deletions

View File

@@ -0,0 +1,22 @@
<section class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<div class="profile-img-container">
<img class="profile-img" src="{{actor.img}}" data-action="editImage" title="{{actor.name}}" />
</div>
<div class="header-fields flexcol">
<h1 class="charname"><input name="name" type="text" value="{{actor.name}}" placeholder="Nom" /></h1>
<div class="flexrow">
<label class="item-name-label-medium">Type</label>
<input type="text" name="system.npctype" value="{{system.npctype}}" />
</div>
</div>
</header>
<section class="sheet-body">
<div class="form-group editor" style="margin-top:0.5rem;">
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
</div>
</section>
</section>