15 lines
523 B
Handlebars
15 lines
523 B
Handlebars
<div class="tab description" data-group="primary" data-tab="description">
|
|
<div>
|
|
<label class="generic-label">Description</label>
|
|
<div class="medium-editor item-text-long-line">
|
|
{{editor description target="system.description" button=true owner=owner editable=editable}}
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<label class="generic-label">Notes</label>
|
|
<div class="medium-editor item-text-long-line">
|
|
{{editor notes target="system.notes" button=true owner=owner editable=editable}}
|
|
</div>
|
|
</div>
|
|
</div>
|