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

9 lines
311 B
Handlebars
Raw Normal View History

2022-11-27 08:58:19 +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>
</div>