fvtt-crucible-rpg/templates/partial-item-description.html

9 lines
316 B
HTML

<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 data.description target="system.description" button=true owner=owner editable=editable}}
</div>
</div>
</div>