fix: replace {{editor}} handlebars helper with <prose-mirror> custom element

This commit is contained in:
Alexander Minges 2025-07-13 13:38:29 +02:00
parent 093c94961d
commit 3284b132b4
Signed by: Athemis
GPG key ID: 31FBDEF92DDB162B
2 changed files with 30 additions and 12 deletions

View file

@ -5,6 +5,5 @@ SPDX-License-Identifier: MIT
--}}
<div class="ds4-sheet-tab tab description" data-group="primary" data-tab="description">
{{editor data.system.description target="system.description" button=true owner=owner
editable=editable engine="prosemirror"}}
<prose-mirror name="system.description" toggled="{{editable}}" value="{{data.system.description}}"></prose-mirror>
</div>