From 5e7e0d126f59324d45bf849f2b484e157a7fb44e Mon Sep 17 00:00:00 2001 From: Markus Hofmann Date: Mon, 30 Jun 2025 10:01:31 +0200 Subject: [PATCH] [WIP][FEATURE] Make DeepL translation TSconfig configurable Following the example of TYPO3's Page TSConfig settings, DeepL should also allow settings to be made via Page TSConfig. This makes it easier for integrators to use and provides a better overview, as the settings are made in the same way as for TYPO3 Core. New: ``` mod { web_layout { localization { # default, set to 0 to disable DeepL Translate enableDeeplTranslate = 1 # default, set to 1 to disable core translation options disableCoreTranslation = 0 } } } ``` --- .../Private/Backend/Templates/RecordList.html | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 Resources/Private/Backend/Templates/RecordList.html diff --git a/Resources/Private/Backend/Templates/RecordList.html b/Resources/Private/Backend/Templates/RecordList.html new file mode 100644 index 0000000..cce7bdf --- /dev/null +++ b/Resources/Private/Backend/Templates/RecordList.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + {pageTitle} + + {additionalContentTop} + {languageSelectorHtml} + {searchBoxHtml} + {pageTranslationsHtml} + {tableListHtml} + {clipboardHtml} + {additionalContentBottom} + + +