fvtt-dark-stars/templates/partials/partial-item-description.hbs

9 lines
311 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>