This plugin adds a button to redactor fields that are nested within matrix blocks that when clicked, spawns a new matrix block of the same type and moves the current paragraph/tag on your cursor to the same field in the new block.
Best paired with a Matrix Content builder
- Craft CMS 4
- Redactor for Craft CMS
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require venveo/craft-redactor-split
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Redactor Split.
-
Add the plugin to your Redactor configurations in the "plugins" array:
{
"buttons": [
"bold",
"italic",
"unorderedlist",
"orderedlist",
"link",
"etc"
],
"plugins": ["redactor-split"],
"toolbarFixed": false
}
Brought to you by Venveo