svenjuergens/rte-ckeditor-iframe

TYPO3 CKEditor Rich Text Editor: Iframe

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.0.1 2023-04-14 20:15 UTC

This package is auto-updated.

Last update: 2024-03-18 15:11:27 UTC


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