contextualcode/ezplatform-alloyeditor-special-characters
最新稳定版本:v2.0.1
Composer 安装命令:
composer require contextualcode/ezplatform-alloyeditor-special-characters
包简介
eZ Platform bundle which provides UI to insert special characters in Online Editor
README 文档
README
This bundle allows inserting special characters in eZ Platform Online Editor.

Installation
Require via composer
composer require contextualcode/ezplatform-alloyeditor-special-charactersClear browser caches and enjoy!
Using CKEditor add-on in eZ Platform UI
This bundle is a good showcase for using CK Editor plugin in eZ Platform. It relies on Special Characters CKEditor add-on.
If you want to make a similar bundle for any other CKEditor add-on, just follow these steps:
- Add CKEditor add-on to your source: src/bundle/Resources/public/js/alloyeditor/plugins/specialchar.
- Create an external source for previously added add-on: src/bundle/Resources/public/js/alloyeditor/externals.js
- Add plugin external source to encore configuration: src/bundle/Resources/encore/ez.config.manager.js
- Register added plugin in eZ Platform Admin UI: src/bundle/Resources/config/ezrichtext.yaml
- In most cases, CKEditor plugins have their buttons, but they require minor CSS fixes to be nice and shiny in eZ Platform Admin UI. Alternatively, you can create a new button: src/bundle/Resources/public/js/alloyeditor/buttons/special-characters.js
- Enable the button from the previous step in desired Online Editor toolbars: src/bundle/Resources/config/ezpublish.yaml
You can find more details at Extending eZ Platform Online Editor blog post.
统计信息
- 总下载量: 9.09k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2020-02-13