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,31 @@
.. include:: /Includes.rst.txt
.. _feature-76748:
==================================================================
Feature: #76748 - Configure the availability of the elementbrowser
==================================================================
See :issue:`76748`
Description
===========
The button to open the elementBrowser can be configured to be enabled/disabled for the user.
The button can be disabled by the following TCA setting:
:php:`[table_name]['columns'][field_name]['config']['appearance']['elementBrowserEnabled'] = false;`
The button can be disabled by the following pageTs setting:
:typoscript:`TCEFORM.table_name.field_name.config.appearance.elementBrowserEnabled = 0`
The button can be disabled by the following userTs setting:
:typoscript:`page.TCEFORM.table_name.field_name.config.appearance.elementBrowserEnabled = 0`
Impact
======
Default behavior is that the button stays visible, to disable/hide this button the TCA/pageTs/userTs needs to be explicit changed.
.. index:: TCA, TSConfig, Backend