---
title: "Breaking: #61782 - deprecated DocumentTemplate classes removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-61782"
source: "Changelog/7.0/Breaking-61782-DeprecatedDocumentTemplateClassesRemoved.rst"
typo3-version: "7.0"
typo3-major: 7
type: "breaking"
issue: 61782
forge: "https://forge.typo3.org/issues/61782"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-18T17:00:34+00:00"
---

# Breaking: #61782 - deprecated DocumentTemplate classes removed {#breaking-61782}

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

## Description {#description}

The following deprecated classes have been removed:

`TYPO3CMSBackendTemplateMediumDocumentTemplate`
`TYPO3CMSBackendTemplateSmallDocumentTemplate`
`TYPO3CMSBackendTemplateStandardDocumentTemplate`

## Impact {#impact}

Extensions that still use one of the removed classes for their backend module won't work.

## Affected installations {#affected-installations}

A TYPO3 instance is affected if a 3rd party extension uses one of the removed classes.

## Migration {#migration}

Use `TYPO3CMSBackendTemplateDocumentTemplate` instead.
