TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,27 @@
.. include:: /Includes.rst.txt
.. _feature-76910:
==============================================================================
Feature: #76910 - PageLayoutView - Allow to disable copy- / translate- buttons
==============================================================================
See :issue:`76910`
Description
===========
The localization actions "Translate" and "Copy" are now toggleable by PageTS and UserTS.
.. code-block:: 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.
.. index:: Backend, TSConfig