diff --git a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Concepts.rst b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Concepts.rst index 4ddb5d84bf0d0d52909194e2702fb2f40efadcb7..fd3d32006a912e09d923471e54eaf0b10373de7a 100644 --- a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Concepts.rst +++ b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Concepts.rst @@ -176,9 +176,14 @@ and per-type basis: content elements with Content Type “Bullet list†(CType=bullets). Of course, any other specific option set via Yaml can be overridden via -Page TSconfig as well. +Page TSconfig as well: -.. todo: real world example usages +.. code-block:: typoscript + + # Allow iframe tag with all attributes and all styles in bodytext field of content elements (Requires additional processing configuration) + RTE.config.tt_content.bodytext.editor.config.extraAllowedContent = iframe[*]{*} + # Restrict format_tags to h2 in bodytext field of content elements + RTE.config.tt_content.bodytext.editor.config.format_tags = h2 The loading order for configuration is: