Feature: #50780 - Append element browser mount points
See forge#50780
Description
A new UserTSconfig option is introduced:
options.pageTree.altElementBrowserMountPoints.append
        
        Copied!
    
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
        
        Copied!
    
Usage:
Set these options in User TSconfig:
options.pageTree.altElementBrowserMountPoints = 20,31
options.pageTree.altElementBrowserMountPoints.append = 1
        
        Copied!
    
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.