editor_add

Add WYSIWYG editor controls to the textareas selected by the target. The active editor integration, such as TinyMCE, implements the actual controls; the action does nothing when no editor integration is loaded.

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_add target="edit-form"} %}

Edit on GitHub