DataModels + Appv2 migration : OK
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<form class="{{cssClass}}" autocomplete="off">
|
||||
<div class="{{cssClass}}" autocomplete="off">
|
||||
<div class="wrap flexrow">
|
||||
<div class="main flex1">
|
||||
{{> "systems/bol/templates/item/parts/item-header.hbs"}}
|
||||
@@ -16,7 +16,7 @@
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
{{!-- Description Tab --}}
|
||||
<div class="tab description {{#if (eq activeTab 'description')}}active{{/if}}" data-group="primary" data-tab="description">
|
||||
<div class="tab description" data-group="primary" data-tab="description">
|
||||
{{#if itemProperties}}
|
||||
<div class="item-properties">
|
||||
<ol class="properties-list">
|
||||
@@ -27,14 +27,14 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{editor enrichedDescription target="system.description" button=true editable=isEditable engine="prosemirror"}}
|
||||
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=isEditable}}
|
||||
</div>
|
||||
|
||||
{{!-- Properties Tab --}}
|
||||
<div class="tab properties {{#if (eq activeTab 'properties')}}active{{/if}}" data-group="primary" data-tab="properties">
|
||||
<div class="tab properties" data-group="primary" data-tab="properties">
|
||||
{{> "systems/bol/templates/item/parts/properties/item-properties.hbs"}}
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user