svenjuergens/rte-ckeditor-iframe
Composer 安装命令:
composer require svenjuergens/rte-ckeditor-iframe
包简介
TYPO3 CKEditor Rich Text Editor: Iframe
关键字:
README 文档
README
A simple extension to integrate IFrame Dialog into TYPO3's default editor ckeditor.
Installation
composer require svenjuergens/rte-ckeditor-iframe- Install extension via extension manager in the backend
Set yout RTE Preset in PageTS
RTE.default.preset = default+iframes
SET TypoScript
lib.parseFunc_RTE.externalBlocks := addToList(iframe)
Manuel Insert
Add the 2 necessary files to your Default.yaml file (have a look at rte_ckeditor_iframe/Configuration/RTE/Default.yaml)
imports: ... - { resource: "EXT:rte_ckeditor_iframe/Configuration/RTE/Processing.yaml" } - { resource: "EXT:rte_ckeditor_iframe/Configuration/RTE/Plugin.yaml" }
and then it's important to have the toolbarGroups insert active
editor: toolbarGroups: ... - { name: insert, groups: [ insert ] }
optional remove other buttons from toolbarGroup insert:
removeButtons: ... - Table - HorizontalRule - SpecialChar
统计信息
- 总下载量: 66
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-09-23