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

9 lines
316 B
HTML
Raw Permalink Normal View History

2022-07-19 23:16:03 +02: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">
2022-08-16 22:29:27 +02:00
{{editor data.description target="system.description" button=true owner=owner editable=editable}}
2022-07-19 23:16:03 +02:00
</div>
</div>
</div>