---
title: "Deprecation: #85558 - ContentObjectRenderer->enableFields"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-85558"
source: "Changelog/9.4/Deprecation-85558-ContentObjectRenderer-enableFields.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #85558 - ContentObjectRenderer->enableFields

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

## Description

The public method `TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->enableFields()` has been marked as
deprecated.

## Impact

Calling the method directly will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations

TYPO3 installations with custom extensions calling this method directly.

## Migration

As `enableFields()` acts as a simple wrapper around `PageRepository->enableFields()`, it is recommended
to instantiate PageRepository directly.
