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

9 lines
321 B
HTML
Raw Normal View History

2022-03-06 22:18:08 +01:00
<div class="tab description" data-group="primary" data-tab="description">
<div>
<label class="generic-label">Description</label>
<div class="small-editor item-text-long-line">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</div>
</div>