diff --git a/public/typo3conf/ext/ep_theme/Configuration/RTE/Default.yaml b/public/typo3conf/ext/ep_theme/Configuration/RTE/Default.yaml index 011454e6..5f2866ce 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/RTE/Default.yaml +++ b/public/typo3conf/ext/ep_theme/Configuration/RTE/Default.yaml @@ -34,3 +34,8 @@ editor: - Anchor - Underline - Strike + +buttons: + link: + queryParametersSelector: + enabled: 1 diff --git a/public/typo3conf/ext/ep_theme/Configuration/RTE/Minimal.yaml b/public/typo3conf/ext/ep_theme/Configuration/RTE/Minimal.yaml index 9b8aa72f..27a10549 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/RTE/Minimal.yaml +++ b/public/typo3conf/ext/ep_theme/Configuration/RTE/Minimal.yaml @@ -30,3 +30,8 @@ editor: - Anchor - Underline - Strike + +buttons: + link: + queryParametersSelector: + enabled: 1 diff --git a/public/typo3conf/ext/ep_theme/Configuration/TSconfig/Page/RTE.tsconfig b/public/typo3conf/ext/ep_theme/Configuration/TSconfig/Page/RTE.tsconfig index 44fd1b46..61737b9f 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TSconfig/Page/RTE.tsconfig +++ b/public/typo3conf/ext/ep_theme/Configuration/TSconfig/Page/RTE.tsconfig @@ -12,10 +12,5 @@ RTE { } } } - tx_epproducts_domain_model_product { - included_services.preset = ep-minimal - buttons.link.queryParametersSelector.enabled = 1 - } } - default.buttons.link.queryParametersSelector.enabled = 1 }