venveo/craft-redactor-split
最新稳定版本:4.0.0
Composer 安装命令:
composer require venveo/craft-redactor-split
包简介
Split a Redactor field within Matrix blocks into additional blocks
README 文档
README
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
Requirements
- Craft CMS 4
- Redactor for Craft CMS
Installation
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
统计信息
- 总下载量: 24.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-12