---
title: "Feature: #76748 - Configure the availability of the elementbrowser"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-76748"
source: "Changelog/8.4/Feature-76748-ConfigureTheAvailabilityOfTheElementbrowser.rst"
typo3-version: "8.4"
typo3-major: 8
type: "feature"
issue: 76748
forge: "https://forge.typo3.org/issues/76748"
tags: ["TCA", "TSConfig", "Backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #76748 - Configure the availability of the elementbrowser {#feature-76748}

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

## Description {#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:
`[table_name]['columns'][field_name]['config']['appearance']['elementBrowserEnabled'] = false;`

The button can be disabled by the following pageTs setting:
`TCEFORM.table_name.field_name.config.appearance.elementBrowserEnabled = 0`

The button can be disabled by the following userTs setting:
`page.TCEFORM.table_name.field_name.config.appearance.elementBrowserEnabled = 0`

## Impact {#impact}

Default behavior is that the button stays visible, to disable/hide this button the TCA/pageTs/userTs needs to be explicit changed.
