colorcube/rte-proc-tester

TYPO3 extension for testing RTE content processing configuration.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:typo3-cms-extension

1.0.1 2020-03-03 21:57 UTC

This package is auto-updated.

Last update: 2024-04-04 07:08:40 UTC


README

TYPO3 extension for testing rich text editor content processing configuration.

You can use this extension (backend module) to quickly test your RTE processing configuration. This is a developer tool.

This is not a tool to configure the RTE itself!

Status

This tool might need some adjustments for TYPO3 8.x and later. It was once build when the HtmlArea RTE was used in TYPO3. Nowadays the CKEditor is used. The processing is still the same but the configuration slightly changed.

To do

  • provide a meaningful configuration as starting point
  • support the YAML configuration introduced with CKEditor
  • support custom path to config file

Usage

Further information: https://docs.typo3.org/p/colorcube/rte-proc-tester/master/en-us/

Dependencies

  • TYPO3 6.2 - 8.7

Installation

Installation using Composer

In your Composer based TYPO3 project root, just do composer require colorcube/rte-proc-tester.

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

Contribute