sabbelasichon / typo3-rector

Rector for TYPO3
MIT License
231 stars 63 forks source link

Feature: #92460 - Split default from all languages in page module #4411

Closed simonschaufi closed 3 weeks ago

simonschaufi commented 3 weeks ago

Feature: #92460 - Split default from all languages in page module

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.4/Feature-92460-SplitDefaultFromAllLanguagesInPageModule.html

Feature: #92460 - Split default from all languages in page module

See 92460

Description

The view "Languages" in the page module allows to display content elements of the default language next to the ones of the selected language.

If the default language is chosen, instead of rendering all content elements of all languages, now only the content elements of the default language are rendered.

If an editor requires to see all content elements of all languages, the option "All languages" can be selected.

Impact

Having many languages and many content elements can be a performance issue in the page module which is now fixed.

Additionally the language view is now consistent with the column view.

Backend, ext:backend