---
title: "Breaking: #65778 - MediaWizard functionality is moved to system extension \"mediace\""
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-65778"
source: "Changelog/7.2/Breaking-65778-MediaWizardProviderMovedToSystemExtension.rst"
typo3-version: "7.2"
typo3-major: 7
type: "breaking"
issue: 65778
forge: "https://forge.typo3.org/issues/65778"
tags: ["PHP-API", "ext:mediace", "Frontend", "Backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #65778 - MediaWizard functionality is moved to system extension "mediace" {#breaking-65778}

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

## Description {#description}

The Media Wizard Provider for the "media" Content Element Type has been moved to the same system extension.

## Impact {#impact}

Any extensions registering their own Media Wizards need to install the system extension "mediace" and define a dependency
to this extension.

## Affected installations {#affected-installations}

TYPO3 CMS 7 installations using the "MEDIA" cObject or having Content Elements of CType "media" or "multimedia" with
custom media wizard providers.

## Migration {#migration}

Make sure to install the system extension "mediace" and rename the function calls to use the new classes, see
the file `ext_localconf.php` of the extension "mediace" for example usage.
