定制 venveo/craft-redactor-split 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Watch a Demo

Requirements

  • Craft CMS 4
  • Redactor for Craft CMS

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require venveo/craft-redactor-split
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Redactor Split.

  4. 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
  • 点击次数: 7
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 4
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-03-12