fix: update TextEditor references to use V13+ namespaced API
This commit is contained in:
parent
3284b132b4
commit
372a2f718c
4 changed files with 26 additions and 6 deletions
|
@ -5,5 +5,16 @@ SPDX-License-Identifier: MIT
|
|||
--}}
|
||||
|
||||
<div class="ds4-sheet-tab tab description" data-group="primary" data-tab="description">
|
||||
<prose-mirror name="system.description" toggled="{{editable}}" value="{{data.system.description}}"></prose-mirror>
|
||||
{{#if editable}}
|
||||
<prose-mirror
|
||||
name="system.description"
|
||||
button="true"
|
||||
editable="{{editable}}"
|
||||
toggled="false"
|
||||
value="{{data.system.description}}">
|
||||
{{{enrichedDescription}}}
|
||||
</prose-mirror>
|
||||
{{else}}
|
||||
{{{enrichedDescription}}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue