RTE HTMLarea

5.3. 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 (htmlArea RTE only)

  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

 

To top


Valid XHTML 1.0!