Migration vers datamodels
This commit is contained in:
5
templates/items/partials/item-description.hbs
Normal file
5
templates/items/partials/item-description.hbs
Normal file
@@ -0,0 +1,5 @@
|
||||
<section class="tab sheet-body {{tab.cssClass}}" data-tab="description" data-group="primary">
|
||||
<div class="editor">
|
||||
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
|
||||
</div>
|
||||
</section>
|
||||
6
templates/items/partials/item-header.hbs
Normal file
6
templates/items/partials/item-header.hbs
Normal file
@@ -0,0 +1,6 @@
|
||||
<header class="sheet-header flexrow">
|
||||
<img class="item-sheet-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
|
||||
<div class="header-fields">
|
||||
<h1 class="charname">{{formInput fields.name value=source.name}}</h1>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user