---
title: "Feature: #76910 - PageLayoutView - Allow to disable copy- / translate- buttons"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-76910"
source: "Changelog/9.0/Feature-76910-PageLayoutViewAllowToDisableCopyTranslateButtons.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Feature: #76910 - PageLayoutView - Allow to disable copy- / translate- buttons

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

## Description

The localization actions "Translate" and "Copy" are now toggleable by PageTS and UserTS.

```typoscript
mod.web_layout.localization.enableCopy = 1
mod.web_layout.localization.enableTranslate = 1
```

## Impact

Using these options allows to disable or enable a certain action on user basis and/or page basis.
