Breaking: #102834 - Remove items from New Content Element Wizard 

See forge#102834

Description 

The configuration of the New Content Element Wizard has been improved by automatically registering the groups and elements from the TCA configuration.

The previously used option to show / hide elements mod.wizards.newContentElement.wizardItems.<group>.show is therefore not evaluated anymore.

All configured groups and elements are automatically shown. Removing these groups and elements from the New Content Element Wizard has to be done via the new mod.wizards.newContentElement.wizardItems.removeItems and mod.wizards.newContentElement.wizardItems.<group>.removeItems options.

Impact 

Using the page TSconfig option mod.wizards.newContentElement.wizardItems.<group>.show to show / hide elements is not evaluated anymore.

Affected installations 

TYPO3 installations with custom extensions using the page TSconfig option mod.wizards.newContentElement.wizardItems.<group>.show to show / hide elements in the New Content Element Wizard.

Migration 

To hide elements, migrate your page TSconfig from mod.wizards.newContentElement.wizardItems.<group>.show := removeFromList(html) to mod.wizards.newContentElement.wizardItems.<group>.removeItems := addToList(html).