fvtt-mournblade/templates/partial-item-description.html

7 lines
239 B
HTML
Raw Normal View History

2022-05-27 09:45:09 +02:00
<span>
<label class="generic-label">Description</label>
</span>
<div class="medium-editor item-text-long-line">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>