---
title: "Breaking: #72701 - Remove unused properties in DocumentTemplate"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-72701"
source: "Changelog/8.0/Breaking-72701-RemoveUnusedPropertiesInDocumentTemplate.rst"
typo3-version: "8.0"
typo3-major: 8
type: "breaking"
issue: 72701
forge: "https://forge.typo3.org/issues/72701"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #72701 - Remove unused properties in DocumentTemplate {#breaking-72701}

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

## Description {#description}

Remove deprecated code from DocumentTemplate

The following properties have been removed:

`tableLayout`
`table_TR`
`table_TABLE`

## Impact {#impact}

Using the properties above directly in any third party extension will result in a fatal error.

## Affected Installations {#affected-installations}

Instances which use calls to any of the above mentioned properties.

## Migration {#migration}

No migration available.
