A simple extension to integrate IFrame Dialog into TYPO3's default editor ckeditor.
composer require svenjuergens/rte-ckeditor-iframe
- Install extension via extension manager in the backend
RTE.default.preset = default+iframes
lib.parseFunc_RTE.externalBlocks := addToList(iframe)
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