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
2023-02-20 10:16:17 +01:00

9 lines
325 B
HTML

<div class="tab description" data-group="primary" data-tab="description">
<div>
<label class="generic-label">{{localize "WH.ui.description"}}</label>
<div class="editor item-text-long-line">
{{editor description target="system.description" button=true owner=owner editable=editable}}
</div>
</div>
</div>