fvtt-hero-system-6/templates/partials/partial-item-description.hbs

15 lines
523 B
Handlebars
Raw Normal View History

2022-12-15 21:44:23 +01:00
<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>
2022-12-28 10:30:56 +01:00
<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>
2022-12-15 21:44:23 +01:00
</div>