---
title: "Feature: #50780 - Append element browser mount points"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-50780"
source: "Changelog/7.1/Feature-50780-AppendElementBrowserMountPoints.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Feature: #50780 - Append element browser mount points

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

## Description

A new UserTSconfig option is introduced:

```
options.pageTree.altElementBrowserMountPoints.append

```

This option allows administrators to add additional mount points
in the RTE and the Wizard element browser instead of replacing
the configured database mount points of the user when using the
existing UserTSconfig option:

```
options.pageTree.altElementBrowserMountPoints

```

Usage:

Set these options in User TSconfig:

```
options.pageTree.altElementBrowserMountPoints = 20,31
options.pageTree.altElementBrowserMountPoints.append = 1

```

## Impact

Mount point overriding is centralized in the BackendUser object and
used by element browsers of rtehtmlarea and recordlist for calculating
the page tree mount points that are displayed to the user.
