editor_remove

Remove WYSIWYG editor controls from the textareas selected by the target. Use this before replacing or moving editor-managed markup so the editor can release its browser state cleanly.

The target argument normally names a container holding one or more textarea.z_editor elements. The common id or selector action arguments can be used to override that target.

{% wire action={editor_remove target="edit-form"} %}

Edit on GitHub