DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Minimal default configuration

This default configuration establishes default settings in Page TSconfig and User TSconfig with minimal features. This is for advanced administrators with good knowledge of RTE configuration in Page TSconfig.

The following is inserted in Page TSconfig:

## Default RTE configuration

RTE.default {

## Toolbar options applicable to all RTE's

## The TCA configuration may add buttons to the toolbar

   showButtons =  bold,italic,undo,redo,about
}

## front end RTE configuration for the general public

RTE.default.FE < RTE.default

The following is inserted in User TSconfig:

## Enable the RTE by default for all users

setup.default.edit_RTE = 1