Skip to content

Conversation

calien666
Copy link
Member

@calien666 calien666 commented Jun 30, 2025

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
        }
    }
}

Fixes #354
Fixes #315

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
        }
    }
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Replace standard translation buttons It would be nice if the buttons could be configured in the backend
1 participant