Tags
edit_text_inline
Last updated: · Published:
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.
Input
{% edit_text_inline "body" %}
Output (in edit mode)
<div data-plate-inline-text-editable>
<!-- WYSIWYG editable content -->
</div>