Skip to content

Commit

Permalink
[DOCS] Add RTE preset override for flexform field
Browse files Browse the repository at this point in the history
Add the specific way to override a RTE configuration preset for a
flexform field

Resolves: #92102
Releases: master, 10.4, 9.5
Change-Id: I88a621aff48c43833cf5ee9a8e97403322a33a05
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65460
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Jörg Bösche <typo3@joergboesche.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Jörg Bösche <typo3@joergboesche.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
nigelmann authored and andreaskienast committed Aug 26, 2020
1 parent c97f97f commit 4bf21b5
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -34,6 +34,10 @@ Page TSconfig can be used to change:
RTE.config.tt_content.bodytext.preset = myCustomPreset
RTE.config.tx_news_domain_model_news.bodytext.preset = minimal

#. Override for one field defined in flexform (:ts:`RTE.config.[tableName].[flexForm\.field\.name].preset`)::

RTE.config.tt_content.settings\.notifications\.emailText.preset = myCustomPreset

#. Override for one field, if type matches (:ts:`RTE.config.[tableName].[fieldName].types.[type].preset`)::

RTE.config.tt_content.bodytext.types.textmedia.preset = minimal
Expand Down

0 comments on commit 4bf21b5

Please sign in to comment.