fix: replace {{editor}} handlebars helper with <prose-mirror> custom element
This commit is contained in:
parent
093c94961d
commit
3284b132b4
2 changed files with 30 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue