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

9 lines
311 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>
2022-03-07 16:00:53 +01:00
<div class="medium-editor item-text-long-line">
2022-09-27 20:31:01 +02:00
{{editor description target="system.description" button=true owner=owner editable=editable}}
2022-03-06 22:18:08 +01:00
</div>
</div>
</div>