Skip to content
Snippets Groups Projects
Commit ed9e74e4 authored by Christian Fries's avatar Christian Fries Committed by Stefan Bürk
Browse files

[DOCS] Correct example for defining RTE preset of flexform field

When addressing flexform fields in TSconfig, the dots of the field names
have to be escaped with a backslash.

Releases: main, 12.4, 11.5
Resolves: #103786
Change-Id: I6af70fcb80e9e155ba8259ec216c5199600c5a78
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84199


Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 21a6e80a
No related merge requests found
......@@ -40,9 +40,9 @@ 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 (:typoscript:`RTE.config.[tableName].[flexForm.field.name].preset`)::
#. Override for one field defined in flexform (:typoscript:`RTE.config.[tableName].[flexForm\.field\.name].preset`)::
RTE.config.tt_content.settings.notifications.emailText.preset = myCustomPreset
RTE.config.tt_content.settings\.notifications\.emailText.preset = myCustomPreset
#. Override for one field, if type matches (:typoscript:`RTE.config.[tableName].[fieldName].types.[type].preset`)::
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment