ds4/templates/sheets/item/tabs/description.hbs

11 lines
315 B
Handlebars
Raw Normal View History

2021-06-26 22:02:00 +02:00
{{!--
SPDX-FileCopyrightText: 2021 Johannes Loher
SPDX-License-Identifier: MIT
--}}
2022-01-21 03:22:17 +01:00
<div class="ds4-sheet-tab tab description" data-group="primary" data-tab="description">
2022-11-21 03:00:46 +01:00
{{editor data.system.description target="system.description" button=true owner=owner
editable=editable engine="prosemirror"}}
</div>