This repository has been archived on 2024-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
fvtt-warhero/templates/partial-item-description.html

7 lines
277 B
HTML
Raw Normal View History

2023-03-31 09:52:44 +02:00
<div class="tab details" data-group="primary" data-tab="description">
<label class="generic-label">Description</label>
<div class="editor item-text-long-line">
2023-01-04 21:24:56 +01:00
{{editor description target="system.description" button=true owner=owner editable=editable}}
</div>
2023-03-31 09:52:44 +02:00
</div>