From f3120d648d3af6782d956f544ba34313295d1b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 3 Apr 2023 12:09:07 +0200 Subject: [PATCH] Fix: Enable query parameter selector in all RTE presets --- public/typo3conf/ext/ep_theme/Configuration/RTE/Default.yaml | 5 +++++ public/typo3conf/ext/ep_theme/Configuration/RTE/Minimal.yaml | 5 +++++ .../ext/ep_theme/Configuration/TSconfig/Page/RTE.tsconfig | 5 ----- 3 files changed, 10 insertions(+), 5 deletions(-) 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 }