edit_text_inline
Table of contents
Renders regular HTML of a text area value, but with an inline WYSIWYG html editor in the site’s edit mode. Accepts the content field’s name as an attribute.
{% edit_text_inline "body" %}
<div data-plate-inline-text-editable>
<!-- WYSIWYG editable content -->
</div>