---
title: "Breaking: #77209 - Adapt default RECORDS tables"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-77209"
source: "Changelog/8.3/Breaking-77209-AdaptDefaultRECORDSTables.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #77209 - Adapt default RECORDS tables

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

## Description

The value of the constant `styles.content.shortcut.tables` which is set by
EXT:fluid_styled_content has been changed from `tt_content,tt_address,tt_news,tx_news_domain_model_news` to `tt_content`.

## Impact

Shortcuts to records of the tables tt_address, tt_news and tx_news_domain_model_news don't work anymore.

## Affected Installations

Installations which use shortcut to records of the tables tt_address, tt_news and tx_news_domain_model_news

## Migration

Adopt the TS and use `styles.content.shortcut.tables := addToList(tt_address,tt_news,tx_news_domain_model_news)`
