studiomitte/rte-ckeditor-abbr
Composer 安装命令:
composer require studiomitte/rte-ckeditor-abbr
包简介
Add Abbreviations information through the ckeditor
README 文档
README
This extension ships a simple plugin for the ckeditor to allow editors setting abbreviations. The plugin itself has been taken from https://github.com/ckeditor/ckeditor5-tutorials-examples/tree/main/abbreviation-plugin/part-1 without only little changes
Installation
Use ddev composer req studiomitte/rte-ckeditor-abbr:12.4 or download the extension from TER.
Usage
All it takes to enable the plugin are the following changes in your RTE.yaml:
- Import the configuration from the extension:
editor: config: importModules: - '@studiomitte/rte-ckeditor-abbr/abbreviation.js' contentCss: - "EXT:rte_ckeditor_abbr/Resources/Public/Css/Abbr.css"
- Enable the plugin:
editor: config: toolbar: items: - abbreviation
Credits
This extension was created by Georg Ringer for Studio Mitte, Linz with ♥.
Find more TYPO3 extensions we have developed that provide additional features for TYPO3 sites.
统计信息
- 总下载量: 30.84k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2020-10-29