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

7 lines
235 B
HTML
Raw Normal View History

2022-03-22 09:01:20 +01:00
<span>
2022-03-13 16:17:04 +01:00
<label class="generic-label">Description</label>
2022-03-22 09:01:20 +01:00
</span>
<div class="medium-editor item-text-long-line">
2022-10-19 17:30:47 +02:00
{{editor system.description target="system.description" button=true owner=owner editable=editable}}
2022-03-13 16:17:04 +01:00
</div>