From 571c2c2d848f00c18a1ca4f48bdebebe8c7bc946 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Sun, 14 Apr 2024 15:43:44 +0200 Subject: [PATCH 01/27] [TASK] Switch to confvals for rte * use confvals * correct indentation releases: main, 12.4, 11.5 --- Documentation/PageTsconfig/Rte.rst | 539 +++++++++++++---------------- 1 file changed, 237 insertions(+), 302 deletions(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 2f0e334b..de68cfbe 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -1,9 +1,9 @@ -.. include:: /Includes.rst.txt -.. index:: - RTE - Rich text editor - see: Rich text editor; RTE -.. _pageTsRte: +.. include:: /Includes.rst.txt +.. index:: + RTE + Rich text editor + see: Rich text editor; RTE +.. _pageTsRte: === RTE @@ -16,12 +16,12 @@ for more general information on RTE configuration and data processing. The order in which the configuration for the RTE is loaded is (the first one which is set will be used, see :ref:`example ` below): -1. preset defined for a specific field via page TSconfig -2. :ref:`richtextConfiguration ` - defined for a specific field via TCA -3. general preset defined via page TSconfig (:typoscript:`RTE.default.preset`) -4. default (the preset "default", e.g. as defined by EXT:rte_ckeditor or overridden - in :file:`ext_localconf.php`) +1. preset defined for a specific field via page TSconfig +2. :ref:`richtextConfiguration ` + defined for a specific field via TCA +3. general preset defined via page TSconfig (:typoscript:`RTE.default.preset`) +4. default (the preset "default", e.g. as defined by EXT:rte_ckeditor or overridden + in :file:`ext_localconf.php`) The full property path building is a bit more complex than for other property segments. The goal is that global options can be set that can @@ -42,37 +42,44 @@ will usually be used. This page covers only the general configuration, for more information about configuring EXT:rte_ckeditor, see the :ref:`rte_ckeditor configuration `. +.. contents:: + :local: + +.. _pageTsRte-examples: + Examples ======== +.. _pageTsRte-example-disable: + Example: Disable RTE -------------------- -.. code-block:: typoscript - :caption: EXT:site_package/Configuration/page.tsconfig +.. code-block:: typoscript + :caption: EXT:site_package/Configuration/page.tsconfig - # Disable all RTEs - RTE.default.disabled = 1 + # Disable all RTEs + RTE.default.disabled = 1 -.. code-block:: typoscript - :caption: EXT:site_package/Configuration/page.tsconfig +.. code-block:: typoscript + :caption: EXT:site_package/Configuration/page.tsconfig - # Disable all RTEs - RTE.default.disabled = 1 - # Enable RTE for the tt_content bodytext field only - RTE.config.tt_content.bodytext.disabled = 0 + # Disable all RTEs + RTE.default.disabled = 1 + # Enable RTE for the tt_content bodytext field only + RTE.config.tt_content.bodytext.disabled = 0 -.. code-block:: typoscript - :caption: EXT:site_package/Configuration/page.tsconfig +.. code-block:: typoscript + :caption: EXT:site_package/Configuration/page.tsconfig - # Disable all RTEs - RTE.default.disabled = 1 - # Enable RTE for the tt_content bodytext field only - RTE.config.tt_content.bodytext.disabled = 0 - # But disable RTE for tt_content bodytext again if the record type is "text" - RTE.config.tt_content.bodytext.types.text.disabled = 1 + # Disable all RTEs + RTE.default.disabled = 1 + # Enable RTE for the tt_content bodytext field only + RTE.config.tt_content.bodytext.disabled = 0 + # But disable RTE for tt_content bodytext again if the record type is "text" + RTE.config.tt_content.bodytext.types.text.disabled = 1 -.. _pageTsRteOverridePreset: +.. _pageTsRteOverridePreset: Example: Override preset ------------------------ @@ -86,7 +93,7 @@ Summary: * TCA richtextConfiguration (for a specific field) overrides the page TSconfig default preset (:typoscript:`RTE.default.preset`) -.. code-block:: typoscript +.. code-block:: typoscript :caption: EXT:site_package/Configuration/page.tsconfig # set a default preset to use as fallback @@ -95,262 +102,179 @@ Summary: # Override preset for field "description" in table "tt_address" RTE.config.tt_address.description.preset = custom_preset_fancy +.. _pageTsRte-properties: Properties ========== -.. contents:: - :depth: 2 - :local: +.. contents:: + :depth: 2 + :local: -.. index:: RTE; disable +.. index:: RTE; disable disabled -------- -:aspect:`Datatype` - boolean +.. confval:: disabled + :name: rte-disabled + :type: boolean -:aspect:`Description` If set, the editor is disabled. This option is evaluated in :php:`\TYPO3\CMS\Backend\Form\FormEngine` where it determines whether the RTE is rendered or not. Note that a backend user can also ultimately disable RTE's in his user settings. -.. index:: - RTE; Configuration - RTE; config +.. index:: + RTE; Configuration + RTE; config buttons ------- - - -.. _buttons-link-options-removeitems: +.. _buttons-link-options-removeitems: buttons.link.options.removeItems ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. container:: table-row - - Property - buttons.link.options.removeItems - - Data type - list of strings - - Description - List of tab items to remove from the dialog of the link button. - Possible tab items are: page, file, url, email, folder, telephone. - - Note: More tabs may be provided by extensions. +.. confval:: buttons.link.options.removeItems + :name: rte-buttons-link-options-removeItems + :type: list of strings + List of tab items to remove from the dialog of the link button. + Possible tab items are: page, file, url, email, folder, telephone. + Note: More tabs may be provided by extensions. -.. _buttons-link-targetselector-disabled: +.. _buttons-link-targetselector-disabled: buttons.link.targetSelector.disabled ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. container:: table-row - - Property - buttons.link.targetSelector.disabled - - Data type - boolean - - Description - If set, the selection of link target is removed from the link - insertion/update dialog. - - Default : 0 +.. confval:: buttons.link.targetSelector.disabled + :name: rte-buttons-link-targetselector-disabled + :type: boolean + :Default: false + If set, the selection of link target is removed from the link + insertion/update dialog. - -.. _buttons-link-pageidselector-enabled: +.. _buttons-link-pageidselector-enabled: buttons.link.pageIdSelector.enabled ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. container:: table-row - - Property - buttons.link.pageIdSelector.enabled - - Data type - boolean - - Description - If set, the specification of a page id, without using the page tree, - is enabled in the link insertion/update dialog. - - Note: This feature is intended for authors who have to deal with a - very large page tree. Note that the feature is disabled by default. +.. confval:: buttons.link.pageIdSelector.enabled + :name: rte-buttons-link-pageidselector-enabled + :type: boolean + :Default: false - Default: 0 + If set, the specification of a page id, without using the page tree, + is enabled in the link insertion/update dialog. + Note: This feature is intended for authors who have to deal with a + very large page tree. Note that the feature is disabled by default. - -.. _buttons-link-queryparametersselector-enabled: +.. _buttons-link-queryparametersselector-enabled: buttons.link.queryParametersSelector.enabled ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. container:: table-row - - Property - buttons.link.queryParametersSelector.enabled - - Data type - boolean - - Description - If set, an additional field is enabbled in the link insertion/update - dialogue allowing authors to specify query parameters to be added on - the link +.. confval:: buttons.link.queryParametersSelector.enabled + :name: rte-buttons-link-queryparametersselector-enabled + :type: boolean + :Default: false - Default: 0 + If set, an additional field is enabbled in the link insertion/update + dialogue allowing authors to specify query parameters to be added on + the link - - -.. _buttons-link-relattribute-enabled: +.. _buttons-link-relattribute-enabled: buttons.link.relAttribute.enabled ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. container:: table-row - - Property - buttons.link.relAttribute.enabled - - Data type - boolean +.. confval:: buttons.link.relAttribute.enabled + :name: rte-buttons-link-relattribute-enabled: + :type: boolean + :Default: false - Description - If set, an additional field is enabled in the link insertion/update - dialogue allowing authors to specify a rel attribute to be added to - the link. + If set, an additional field is enabled in the link insertion/update + dialogue allowing authors to specify a rel attribute to be added to + the link. - Default: 0 - - - -.. _buttons-link-properties-class-allowedclasses: +.. _buttons-link-properties-class-allowedclasses: buttons.link.properties.class.allowedClasses ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. container:: table-row - - Property - buttons.link.properties.class.allowedClasses +.. confval:: buttons.link.properties.class.allowedClasses + :name: rte-buttons-link-properties-class-allowedclasses: + :type: list of id-strings - Data type - list of id-strings + Classes available in the Insert/Modify link dialogue. - Description - Classes available in the Insert/Modify link dialogue. - - - - - -.. _buttons-link-properties-class-required: +.. _buttons-link-properties-class-required: buttons.link.properties.class.required ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. container:: table-row - - Property - buttons.link.properties.class.required - - Data type - boolean - - Description - If set, a class must be selected for any link. Therefore, the empty - option is removed from the class selector. - +.. confval:: buttons.link.properties.class.required + :name: rte-buttons-link-properties-class-required: + :type: boolean + If set, a class must be selected for any link. Therefore, the empty + option is removed from the class selector. -.. _buttons-link-type-properties-class-required: +.. _buttons-link-type-properties-class-required: buttons.link.[ *type* ].properties.class.required ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. container:: table-row +.. confval:: buttons.link.[type].properties.class.required + :name: rte-buttons-link-type-properties-class-required: + :type: boolean - Property - buttons.link.[ *type* ].properties.class.required + If set, a class must be selected for any link of the given type. + Therefore, the empty option is removed from the class selector. + Possible types are: page, file, url, email, folder, telephone. - Data type - boolean - - Description - If set, a class must be selected for any link of the given type. - Therefore, the empty option is removed from the class selector. - Possible types are: page, file, url, email, folder, telephone. - - - - - -.. _buttons-link-properties-target-default: +.. _buttons-link-properties-target-default: buttons.link.properties.target.default ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. container:: table-row - - Property - buttons.link.properties.target.default +.. confval:: buttons.link.properties.target.default + :name: rte-buttons-link-properties-target-default: + :type: string - Data type - string + This sets the default target for new links in the RTE. - Description - This sets the default target for new links in the RTE. - -.. _buttons-link-type-properties-target-default: +.. _buttons-link-type-properties-target-default: buttons.link.[ *type* ].properties.target.default ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. container:: table-row - - Property - buttons.link.[ *type* ].properties.target.default +.. confval:: buttons.link.[type].properties.target.default + :name: rte-buttons-link-type-properties-target-default: + :type: string - Data type - string + Specifies a default target for links of the given type. + Possible types are: page, file, url, mail, spec. More types may be + provided by extensions. - Description - Specifies a default target for links of the given type. - Possible types are: page, file, url, mail, spec. More types may be - provided by extensions. +.. index:: + RTE; Content language direction + RTE config; contentsLanguageDirection +.. _rte-config-contentsLanguageDirection: +config.contentsLanguageDirection +-------------------------------- - - - -config ------- - -.. index:: - RTE; Content language direction - RTE config; contentsLanguageDirection - -contentsLanguageDirection -~~~~~~~~~~~~~~~~~~~~~~~~~ - - -:aspect:`Datatype` - :typoscript:`rtl` or :typoscript:`ltr` - -:aspect:`Description` +.. confval:: config.contentsLanguageDirection + :name: rte-config-contentsLanguageDirection: + :type: string The configuration `contentsLangDirection` of the ckeditor is used to define the direction of the content. It is filled by the direction defined in the site @@ -369,9 +293,10 @@ contentsLanguageDirection RTE.config.contentsLanguageDirection = ltr [END] -.. index:: - RTE; Server processing - RTE; proc +.. index:: + RTE; Server processing + RTE; proc +.. _rte-proc: proc ---- @@ -391,16 +316,17 @@ Notice how many properties relate to specific transformations only! Also notice This means that options limited to `ts_transform` will also work for `ts_css` of course. -.. index:: - RTE; Classes allowed +.. index:: + RTE; Classes allowed +.. _rte-proc-allowedClasses: allowedClasses -~~~~~~~~~~~~~~ +~~~~~~~~~~~~~ -:aspect:`Datatype` - string with comma separated values +.. confval:: proc.allowedClasses + :name: rte-proc-allowedClasses: + :type: string with comma separated values -:aspect:`Description` Applies for `ts_transform` and `css_transform` only. Direction: From RTE to database, saving a record. @@ -414,18 +340,18 @@ allowedClasses If a class name is not found in this list, the default is to remove the class. - -.. index:: - RTE; HTML tags allowed - RTE; Tags allowed +.. index:: + RTE; HTML tags allowed + RTE; Tags allowed +.. _rte-proc-allowTags: allowTags ~~~~~~~~~ -:aspect:`Datatype` - string with comma separated values +.. confval:: proc.allowTags + :name: rte-proc-allowTags: + :type: string with comma separated values -:aspect:`Description` Applies for `ts_transform` and `css_transform` only. Tags to allow. Notice, this list is *added* to the default list, @@ -433,132 +359,137 @@ allowTags b,i,u,a,img,br,div,center,pre,figure,figcaption,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,abbr,acronym,dfn -.. index:: - RTE; Tags outside paragraphs +.. index:: + RTE; Tags outside paragraphs +.. _rte-proc-allowTagsOutside: allowTagsOutside ~~~~~~~~~~~~~~~~ -:aspect:`Datatype` - string with comma separated values +.. confval:: proc.allowTagsOutside + :name: rte-proc-allowTagsOutside: + :type: string with comma separated values + :Default: `address, article, aside, blockquote, footer, header, hr, nav, section, div` -:aspect:`Description` Applies for `ts_transform` and `css_transform` only. Enter tags which are allowed outside of `

` and `

` sections when converted back to database. -:aspect:`Default` - address, article, aside, blockquote, footer, header, hr, nav, section, div -:aspect:`Example` - .. code-block:: typoscript - :caption: EXT:site_package/Configuration/page.tsconfig +Example: Allow only hr tags outside of p and div +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. code-block:: typoscript + :caption: EXT:site_package/Configuration/page.tsconfig - # Allow only hr tags outside of p and div - RTE.default.proc.allowTagsOutside = hr + # Allow only hr tags outside of p and div + RTE.default.proc.allowTagsOutside = hr -.. index:: - RTE; block elements +.. index:: + RTE; block elements +.. _rte-proc-blockElementList: blockElementList ~~~~~~~~~~~~~~~~ -:aspect:`Datatype` - string with comma separated values +.. confval:: proc.blockElementList + :name: rte-proc-blockElementList: + :type: string with comma separated values -:aspect:`Description` Comma-separated list of uppercase tags (e.g. :code:`P,HR`) that overrides the list of HTML elements that will be treated as block elements by the RTE transformations. -.. index:: - RTE; tags denyed +.. index:: + RTE; tags denyed +.. _rte-proc-denyTags: denyTags ~~~~~~~~ -:aspect:`Datatype` - string with comma separated values +.. confval:: proc.denyTags + :name: rte-proc-denyTags: + :type: string with comma separated values -:aspect:`Description` Applies for `ts_transform` and `css_transform` only. Tags from above list to disallow. - -.. index:: - RTE; HTMLparser DB entry +.. index:: + RTE; HTMLparser DB entry +.. _rte-proc-entryHTMLparser_db: entryHTMLparser_db ~~~~~~~~~~~~~~~~~~ -:aspect:`Datatype` - boolean / :ref:`HTMLparser ` +.. confval:: proc.entryHTMLparser_db + :name: rte-proc-entryHTMLparser_db: + :type: boolean / :ref:`HTMLparser ` -:aspect:`Description` Applies to all kinds of processing. Allows to enable / disable the :ref:`HTMLparser ` *before* the content is processed with the predefined processors (e.g. ts_images or ts_transform). -.. index:: - RTE; HTMLparser RTE entry +.. index:: + RTE; HTMLparser RTE entry +.. _rte-proc-entryHTMLparser_rte: entryHTMLparser_rte ~~~~~~~~~~~~~~~~~~~ -:aspect:`Datatype` - boolean / :ref:`HTMLparser ` +.. confval:: proc.entryHTMLparser_rte + :name: rte-proc-entryHTMLparser_rte: + :type: boolean / :ref:`HTMLparser ` -:aspect:`Description` Applies to all kinds of processing. Allows to enable / disable the :ref:`HTMLparser ` *before* the content is processed with the predefined processors (e.g. ts_images or ts_transform). - -.. index:: - RTE; HTMLparser DB exit +.. index:: + RTE; HTMLparser DB exit +.. _rte-proc-exitHTMLparser_db: exitHTMLparser_db ~~~~~~~~~~~~~~~~~ -:aspect:`Datatype` - boolean / :ref:`HTMLparser ` +.. confval:: proc.exitHTMLparser_db + :name: rte-proc-exitHTMLparser_db: + :type: boolean / :ref:`HTMLparser ` -:aspect:`Description` Applies to all kinds of processing. Allows to enable / disable the :ref:`HTMLparser ` *after* the content is processed with the predefined processors (e.g. ts_images or ts_transform). - -.. index:: - RTE; HTMLparser RTE exit +.. index:: + RTE; HTMLparser RTE exit +.. _rte-proc-exitHTMLparser_rte: exitHTMLparser_rte ~~~~~~~~~~~~~~~~~~ -:aspect:`Datatype` - boolean / :ref:`HTMLparser ` +.. confval:: proc.exitHTMLparser_rte + :name: rte-proc-exitHTMLparser_rte: + :type: boolean / :ref:`HTMLparser ` -:aspect:`Description` Applies to all kinds of processing. Allows to enable / disable the :ref:`HTMLparser ` *after* the content is processed with the predefined processors (e.g. ts_images or ts_transform). -.. index:: - RTE; HTMLparser DB -.. _pageTsRteProcHtmlParserDb: +.. index:: + RTE; HTMLparser DB +.. _pageTsRteProcHtmlParserDb: HTMLparser_db ~~~~~~~~~~~~~ -:aspect:`Datatype` - :ref:`HTMLparser ` +.. confval:: proc.HTMLparser_db + :name: rte-proc-HTMLparser_db: + :type: :ref:`HTMLparser ` -:aspect:`Description` Applies for `ts_transform` and `css_transform` only. These are additional options to the HTML parser calls which strips of tags when the content is prepared @@ -567,7 +498,7 @@ HTMLparser_db For the detailed list of properties, see the :ref:`section of the TypoScript reference `. - .. note:: + .. note:: This configuration is similar in frontend TypoScript and Page TSconfig. This is why single properties can be looked up in the TypoScript reference. @@ -575,10 +506,12 @@ HTMLparser_db Also note the :ref:`HTMLparser ` options :code:`keepNonMatchedTags` and :code:`htmlSpecialChars` are *not* observed. They are preset internally. +.. _pageTsRteProcHtmlParserDb-Sanitization: + Sanitization -'''''''''''' +^^^^^^^^^^^^ -.. versionadded:: 9.5.29/10.4.19 +.. versionadded:: 9.5.29/10.4.19 An HTML sanitizer is available to sanitize and remove XSS from markup. It strips tags, attributes and values that are not explicitly allowed. @@ -588,41 +521,42 @@ globally by using the corresponding feature flag in :file:`typo3conf/LocalConfiguration.php` or :file:`typo3conf/AdditionalConfiguration.php`: -.. code-block:: php +.. code-block:: php - $GLOBALS['TYPO3_CONF_VARS']['SYS']['features']['security.backend.htmlSanitizeRte'] = true; + $GLOBALS['TYPO3_CONF_VARS']['SYS']['features']['security.backend.htmlSanitizeRte'] = true; It can then be disabled per use case with a custom processing instruction: -.. code-block:: yaml - :caption: EXT:site_package/Configuration/Processing.yaml +.. code-block:: yaml + :caption: EXT:site_package/Configuration/Processing.yaml - processing: - allowTags: - # ... - HTMLparser_db: - # ... - # disable individually per use case - htmlSanitize: false + processing: + allowTags: + # ... + HTMLparser_db: + # ... + # disable individually per use case + htmlSanitize: false - # This is the default configuration, - # the feature flag has to be enabled - htmlSanitize: - # use default builder as configured in - # $GLOBALS['TYPO3_CONF_VARS']['SYS']['htmlSanitizer'] - build: default + # This is the default configuration, + # the feature flag has to be enabled + htmlSanitize: + # use default builder as configured in + # $GLOBALS['TYPO3_CONF_VARS']['SYS']['htmlSanitizer'] + build: default -.. index:: - RTE; HTMLparser RTE +.. index:: + RTE; HTMLparser RTE +.. _rte-proc-HTMLparser_rte: HTMLparser_rte ~~~~~~~~~~~~~~ -:aspect:`Datatype` - :ref:`HTMLparser ` +.. confval:: proc.HTMLparser_rte + :name: rte-proc-HTMLparser_rte: + :type: :ref:`HTMLparser ` -:aspect:`Description` Applies for `ts_transform` and `css_transform` only. These are additional options to the HTML parser calls which strips of tags when the content is prepared @@ -631,7 +565,7 @@ HTMLparser_rte For the detailed list of properties, see the :ref:`section of the TypoScript reference `. - .. note:: + .. note:: This configuration is similar in frontend TypoScript and Page TSconfig. This is why single properties can be looked up in the TypoScript reference. @@ -639,15 +573,16 @@ HTMLparser_rte Also note the :ref:`HTMLparser ` options :code:`keepNonMatchedTags` and :code:`htmlSpecialChars` are *not* observed. They are preset internally. -.. index:: - RTE; Transformations overruled +.. index:: + RTE; Transformations overruled +.. _rte-proc-: overruleMode ~~~~~~~~~~~~ -:aspect:`Datatype` - Comma list of RTE transformations +.. confval:: proc.overruleMode + :name: rte-proc-overruleMode: + :type: Comma list of RTE transformations -:aspect:`Description` This can overrule the RTE transformation set from TCA. Notice, this is a *comma list* of transformation keys. From 1ca42e7f1b27ef06999c677d55cb89d17741d344 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sun, 14 Apr 2024 18:52:57 +0200 Subject: [PATCH 02/27] Update Documentation/PageTsconfig/Rte.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index de68cfbe..c6853c5a 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -42,7 +42,7 @@ will usually be used. This page covers only the general configuration, for more information about configuring EXT:rte_ckeditor, see the :ref:`rte_ckeditor configuration `. -.. contents:: +.. contents:: :local: .. _pageTsRte-examples: From 53aaa39e36f64ccfb45a542c17f379b1bdc175f1 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sun, 14 Apr 2024 18:53:02 +0200 Subject: [PATCH 03/27] Update Documentation/PageTsconfig/Rte.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index c6853c5a..40ccbcbb 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -167,7 +167,7 @@ buttons.link.pageIdSelector.enabled .. confval:: buttons.link.pageIdSelector.enabled :name: rte-buttons-link-pageidselector-enabled :type: boolean - :Default: false + :Default: 0 If set, the specification of a page id, without using the page tree, is enabled in the link insertion/update dialog. From 3e6615213520880045b0d608d0421e1550eeb725 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sun, 14 Apr 2024 18:53:06 +0200 Subject: [PATCH 04/27] Update Documentation/PageTsconfig/Rte.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 40ccbcbb..c93ce4f5 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -154,7 +154,7 @@ buttons.link.targetSelector.disabled .. confval:: buttons.link.targetSelector.disabled :name: rte-buttons-link-targetselector-disabled :type: boolean - :Default: false + :Default: 0 If set, the selection of link target is removed from the link insertion/update dialog. From 5ccbb6e688e5af285365de65a5c7dbba6fc323a8 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sun, 14 Apr 2024 18:53:10 +0200 Subject: [PATCH 05/27] Update Documentation/PageTsconfig/Rte.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index c93ce4f5..850301d1 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -183,7 +183,7 @@ buttons.link.queryParametersSelector.enabled .. confval:: buttons.link.queryParametersSelector.enabled :name: rte-buttons-link-queryparametersselector-enabled :type: boolean - :Default: false + :Default: 0 If set, an additional field is enabbled in the link insertion/update dialogue allowing authors to specify query parameters to be added on From ca2bb09b184c511938b9e5db2b26f6fe1f29a4df Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sun, 14 Apr 2024 18:53:14 +0200 Subject: [PATCH 06/27] Update Documentation/PageTsconfig/Rte.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 850301d1..e373f285 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -197,7 +197,7 @@ buttons.link.relAttribute.enabled .. confval:: buttons.link.relAttribute.enabled :name: rte-buttons-link-relattribute-enabled: :type: boolean - :Default: false + :Default: 0 If set, an additional field is enabled in the link insertion/update dialogue allowing authors to specify a rel attribute to be added to From 8f8e42f4ab3fa36940820d477398da207c04ecc8 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sun, 14 Apr 2024 18:53:18 +0200 Subject: [PATCH 07/27] Update Documentation/PageTsconfig/Rte.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index e373f285..a4569e68 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -321,7 +321,7 @@ This means that options limited to `ts_transform` will also work for `ts_css` of .. _rte-proc-allowedClasses: allowedClasses -~~~~~~~~~~~~~ +~~~~~~~~~~~~~~ .. confval:: proc.allowedClasses :name: rte-proc-allowedClasses: From bdfc254642c402f7334b1510622f1b0846c4690e Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:42:37 +0200 Subject: [PATCH 08/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index a4569e68..a6b50b8e 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -500,11 +500,11 @@ HTMLparser_db .. note:: - This configuration is similar in frontend TypoScript and Page TSconfig. - This is why single properties can be looked up in the TypoScript reference. + This configuration is similar in frontend TypoScript and Page TSconfig. + This is why single properties can be looked up in the TypoScript reference. - Also note the :ref:`HTMLparser ` options :code:`keepNonMatchedTags` - and :code:`htmlSpecialChars` are *not* observed. They are preset internally. + Also note the :ref:`HTMLparser ` options :code:`keepNonMatchedTags` + and :code:`htmlSpecialChars` are *not* observed. They are preset internally. .. _pageTsRteProcHtmlParserDb-Sanitization: From 619f94eff35592491c39482a8104a09277d3b28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:16:57 +0200 Subject: [PATCH 09/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index a6b50b8e..14a00ea1 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -349,7 +349,7 @@ allowTags ~~~~~~~~~ .. confval:: proc.allowTags - :name: rte-proc-allowTags: + :name: rte-proc-allowTags :type: string with comma separated values Applies for `ts_transform` and `css_transform` only. From 54c54b1914bf3eacd3d105179ae9c6be1c685952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:17:22 +0200 Subject: [PATCH 10/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 14a00ea1..3a156400 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -195,7 +195,7 @@ buttons.link.relAttribute.enabled ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: buttons.link.relAttribute.enabled - :name: rte-buttons-link-relattribute-enabled: + :name: rte-buttons-link-relattribute-enabled :type: boolean :Default: 0 From 5bcdc1ca68d90832c6775ccfd06fc449c4a0760d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:17:47 +0200 Subject: [PATCH 11/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 3a156400..3a7bec21 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -209,7 +209,7 @@ buttons.link.properties.class.allowedClasses ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: buttons.link.properties.class.allowedClasses - :name: rte-buttons-link-properties-class-allowedclasses: + :name: rte-buttons-link-properties-class-allowedclasses :type: list of id-strings Classes available in the Insert/Modify link dialogue. From d3e73995ab5d2e0473807b39754023e9a3ac6bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:18:10 +0200 Subject: [PATCH 12/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 3a7bec21..e4076753 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -220,7 +220,7 @@ buttons.link.properties.class.required ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: buttons.link.properties.class.required - :name: rte-buttons-link-properties-class-required: + :name: rte-buttons-link-properties-class-required :type: boolean If set, a class must be selected for any link. Therefore, the empty From fdfc43b8f72e7746b30ca429d624430a46d4ab6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:18:32 +0200 Subject: [PATCH 13/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index e4076753..1cc63178 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -232,7 +232,7 @@ buttons.link.[ *type* ].properties.class.required ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: buttons.link.[type].properties.class.required - :name: rte-buttons-link-type-properties-class-required: + :name: rte-buttons-link-type-properties-class-required :type: boolean If set, a class must be selected for any link of the given type. From a2b7db31c271c3dcf6c29549cbaea7c3f06d9cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:18:56 +0200 Subject: [PATCH 14/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 1cc63178..970ef74f 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -245,7 +245,7 @@ buttons.link.properties.target.default ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: buttons.link.properties.target.default - :name: rte-buttons-link-properties-target-default: + :name: rte-buttons-link-properties-target-default :type: string This sets the default target for new links in the RTE. From 205dbdc2ed5d73dbd073d7a64830265bdacfec11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:19:20 +0200 Subject: [PATCH 15/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 970ef74f..6d345654 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -257,7 +257,7 @@ buttons.link.[ *type* ].properties.target.default ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: buttons.link.[type].properties.target.default - :name: rte-buttons-link-type-properties-target-default: + :name: rte-buttons-link-type-properties-target-default :type: string Specifies a default target for links of the given type. From c2f40c6df3505678a84d0465039d7c90ee42bff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:19:46 +0200 Subject: [PATCH 16/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 6d345654..864924db 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -273,7 +273,7 @@ config.contentsLanguageDirection -------------------------------- .. confval:: config.contentsLanguageDirection - :name: rte-config-contentsLanguageDirection: + :name: rte-config-contentsLanguageDirection :type: string The configuration `contentsLangDirection` of the ckeditor is used to define the From 27be4d22afdcd73dc7351354710fbe4b8da1e486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:20:07 +0200 Subject: [PATCH 17/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 864924db..9006a4a4 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -367,7 +367,7 @@ allowTagsOutside ~~~~~~~~~~~~~~~~ .. confval:: proc.allowTagsOutside - :name: rte-proc-allowTagsOutside: + :name: rte-proc-allowTagsOutside :type: string with comma separated values :Default: `address, article, aside, blockquote, footer, header, hr, nav, section, div` From b59fb3585c7e66b1ee75476ddf9814000e436d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:20:36 +0200 Subject: [PATCH 18/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 9006a4a4..6fbaaeba 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -324,7 +324,7 @@ allowedClasses ~~~~~~~~~~~~~~ .. confval:: proc.allowedClasses - :name: rte-proc-allowedClasses: + :name: rte-proc-allowedClasses :type: string with comma separated values Applies for `ts_transform` and `css_transform` only. From 1d397f52e2d49e953dac07c9dda79a3f712d96d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:21:05 +0200 Subject: [PATCH 19/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 6fbaaeba..330e69c1 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -393,7 +393,7 @@ blockElementList ~~~~~~~~~~~~~~~~ .. confval:: proc.blockElementList - :name: rte-proc-blockElementList: + :name: rte-proc-blockElementList :type: string with comma separated values Comma-separated list of uppercase tags (e.g. :code:`P,HR`) that overrides the list of HTML From 552364152b6a2c1d71f263ef656a08386f6b79e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:21:24 +0200 Subject: [PATCH 20/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 330e69c1..fa1063f6 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -407,7 +407,7 @@ denyTags ~~~~~~~~ .. confval:: proc.denyTags - :name: rte-proc-denyTags: + :name: rte-proc-denyTags :type: string with comma separated values Applies for `ts_transform` and `css_transform` only. From 45d5c53755d67c311a4af1ccd25f4d0254a77ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:21:46 +0200 Subject: [PATCH 21/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index fa1063f6..563a46e0 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -422,7 +422,7 @@ entryHTMLparser_db ~~~~~~~~~~~~~~~~~~ .. confval:: proc.entryHTMLparser_db - :name: rte-proc-entryHTMLparser_db: + :name: rte-proc-entryHTMLparser_db :type: boolean / :ref:`HTMLparser ` Applies to all kinds of processing. From 6106a969ba463b0d734d811b1436617c22f4a633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:22:07 +0200 Subject: [PATCH 22/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 563a46e0..4b8243f3 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -438,7 +438,7 @@ entryHTMLparser_rte ~~~~~~~~~~~~~~~~~~~ .. confval:: proc.entryHTMLparser_rte - :name: rte-proc-entryHTMLparser_rte: + :name: rte-proc-entryHTMLparser_rte :type: boolean / :ref:`HTMLparser ` Applies to all kinds of processing. From df5b84cd5cd878618add5b02a609734a2f2a6b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:22:27 +0200 Subject: [PATCH 23/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 4b8243f3..acc1c7c9 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -454,7 +454,7 @@ exitHTMLparser_db ~~~~~~~~~~~~~~~~~ .. confval:: proc.exitHTMLparser_db - :name: rte-proc-exitHTMLparser_db: + :name: rte-proc-exitHTMLparser_db :type: boolean / :ref:`HTMLparser ` Applies to all kinds of processing. From b9aada14224d54b2058cbe3435d083e76a34bb82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:22:48 +0200 Subject: [PATCH 24/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index acc1c7c9..3c367571 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -470,7 +470,7 @@ exitHTMLparser_rte ~~~~~~~~~~~~~~~~~~ .. confval:: proc.exitHTMLparser_rte - :name: rte-proc-exitHTMLparser_rte: + :name: rte-proc-exitHTMLparser_rte :type: boolean / :ref:`HTMLparser ` Applies to all kinds of processing. From 3e996b2fa11a8e7600b898502770cbd57204e1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:23:07 +0200 Subject: [PATCH 25/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 3c367571..76446e26 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -487,7 +487,7 @@ HTMLparser_db ~~~~~~~~~~~~~ .. confval:: proc.HTMLparser_db - :name: rte-proc-HTMLparser_db: + :name: rte-proc-HTMLparser_db :type: :ref:`HTMLparser ` Applies for `ts_transform` and `css_transform` only. From d3cb133446b2327b2ad1aabcfb37c25ebb3ebb00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:23:42 +0200 Subject: [PATCH 26/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 76446e26..b0b53317 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -554,7 +554,7 @@ HTMLparser_rte ~~~~~~~~~~~~~~ .. confval:: proc.HTMLparser_rte - :name: rte-proc-HTMLparser_rte: + :name: rte-proc-HTMLparser_rte :type: :ref:`HTMLparser ` Applies for `ts_transform` and `css_transform` only. From e7d3ffa92ef07e7fb67141c9925619e9c05fb919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:24:03 +0200 Subject: [PATCH 27/27] Update Documentation/PageTsconfig/Rte.rst --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index b0b53317..1e0c3617 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -581,7 +581,7 @@ overruleMode ~~~~~~~~~~~~ .. confval:: proc.overruleMode - :name: rte-proc-overruleMode: + :name: rte-proc-overruleMode :type: Comma list of RTE transformations This can overrule the RTE transformation set from TCA. Notice, this is a *comma list* of transformation keys.