fvtt-hero-system-6/templates/partials/partial-item-notes.hbs
2023-08-15 22:12:02 +02:00

9 lines
280 B
Handlebars

<div class="tab notes" data-group="primary" data-tab="notes">
<div>
<label class="generic-label">Notes</label>
<div class="small-editor item-text-long-line">
{{editor notes target="system.notes" button=true owner=owner editable=editable}}
</div>
</div>
</div>