---
title: "Breaking: #102834 - Remove items from New Content Element Wizard"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-102834-1705491713"
source: "Changelog/13.0/Breaking-102834-RemoveItemsFromNewContentElementWizard.rst"
typo3-version: "13.0"
typo3-major: 13
type: "breaking"
issue: 102834
forge: "https://forge.typo3.org/issues/102834"
tags: ["TCA", "TypoScript", "NotScanned", "ext:backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #102834 - Remove items from New Content Element Wizard {#breaking-102834-1705491713}

See [forge#102834](https://forge.typo3.org/issues/102834)

## Description {#description}

The configuration of the New Content Element Wizard has been
[improved](https://docs.typo3.org/permalink/changelog:feature-102834-1705256634)
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 {#impact}

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

## Affected installations {#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 {#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)`.
