/
edit_text_inline
edit_text_inline
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>
, multiple selections available,
Related content
content_for
content_for
More like this
tray
tray
Read with this
Content Fields
Content Fields
More like this
Objects
Objects
Read with this
html_input
html_input
More like this
form_input_name
form_input_name
More like this