georgringer / insert-records-overlaymode
Let editors choose if a language overlay should be performed
Fund package maintenance!
georgringer
paypal.me/GeorgRinger/10
www.amazon.de/hz/wishlist/ls/8F573K08TSDG
Patreon
Installs: 1 350
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^10.4
Replaces
- typo3-ter/insert-records-overlaymode: 2.0.0
This package is auto-updated.
Last update: 2024-10-27 15:17:09 UTC
README
Since TYPO3 Version 9.5 LTS an automatic overlay is done for records selected in the content element "Insert Records". The benefit is that if this content element is translated, there is no need to change the selected record from default to the current language anymore.5
However, the drawback is that it is not possible anymore to render a record in the selected language.
Installation
Install this extension just as any other extension. Either download it from TER or get it via composer with
composer require georgringer/insert-records-overlaymode
After the installation, include the TypoScript from the extension. Either select it in the sys_template record or copy
tt_content.shortcut.variables.shortcuts.overlayMode.field = overlay_mode
to your site package.
Usage
A new checkbox has been added to the content element "Insert Records". Editors can now choose if the language overlay should be done or not.
Resources
- Link to the forge issue describing the problem https://forge.typo3.org/issues/87982