Migration datamodels !
This commit is contained in:
24
templates/item-don-sheet.hbs
Normal file
24
templates/item-don-sheet.hbs
Normal file
@@ -0,0 +1,24 @@
|
||||
<section class="{{cssClass}} don-sheet" autocomplete="off">
|
||||
<header class="sheet-header">
|
||||
<img class="profile-img" src="{{item.img}}" data-action="editImage" title="{{item.name}}"/>
|
||||
<div class="header-fields">
|
||||
<h1 class="charname"><input name="item.name" type="text" value="{{item.name}}" placeholder="Nom"/></h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="header-separator"></div>
|
||||
|
||||
<section class="sheet-body">
|
||||
<div class="tab" data-group="primary">
|
||||
|
||||
<div class="description-section">
|
||||
<h3 class="section-title">Description</h3>
|
||||
<div class="description-content">
|
||||
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
Reference in New Issue
Block a user