utakka/redactor-anchors

支持Craft CMS Redactor中的锚点

安装次数: 101,309

依赖项: 2

建议者: 0

安全性: 0

星标: 10

关注者: 0

分支: 4

开放问题: 0

语言:JavaScript

类型:craft插件

1.5.0 2024-04-29 17:45 UTC

This package is auto-updated.

Last update: 2024-09-05 13:15:32 UTC


README

Image of Craft Redactor Anchors

为Craft CMS中的Redactor添加锚点功能

安装

  1. 在项目文件夹中运行Composer
composer require utakka/redactor-anchors
  1. 打开Craft控制面板,转到插件,点击'Redactor Anchors'的'安装'按钮。

  2. redactoranchors添加到Redactor配置中的插件数组中。示例

{
    "buttons": ["bold", "italic", "unorderedlist", "link", "redactoranchors", "image"],
    "plugins": ["fullscreen", "redactoranchors"],
    "linkNewTab": true,
    "toolbarFixed": true
}

还有一个redactor-config-sample.json

Version Total Downloads