---
title: "Breaking: #68020 - Dropped DisableBigButtons"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-68020"
source: "Changelog/7.4/Breaking-68020-DroppedDisableBigButtons.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Breaking: #68020 - Dropped DisableBigButtons

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

## Description

The TSconfig option `mod.web_layout.disableBigButtons` has been dropped, setting it
to 0 has no effect anymore.

## Impact

The option is ignored and instances using this will not get the buttons rendered in
page module anymore.

These methods have been removed, but it is very unlikely an extension is affected:

-   `TYPO3CMSBackendViewPageLayoutView->linkRTEbutton()`
-   `TYPO3CMSBackendViewPageLayoutView->isRTEforField()`
-   `TYPO3CMSBackendViewPageLayoutView->getSpecConfForField()`

## Affected Installations

Instances that had User / Page TSconfig with this option may have a slightly
different Web -> Page view.
