=== doc_core_tsconfig === ''[TYPO3-core] RFC: Bug #4203: option to use user/usergroup filemounts in a WS'':
 Chapter: OPTIONS
 New property: options.folderTree.WSFilemountsMode
 Type: string
 Description:
 Behaviour of filemounts in workspaces.
 By default when using a custom workspace user see all filemounts which are selected for that workspace, even those he normally have no access to.
 You can change that using this option. 
 Possible values:
 	1) ignoreUser
 	Default behaviour. User settings are ignored, user see all filemounts that are selected for this workspace
 	2) ignoreWS
 	If set, user see only those filemounts that are set in his settings or in his group setting and have no access to any other filemount.
 	3) intersect
 	If set, user see those filemounts that are set in his settings or in his group setting and AND also selected at workspace settings.
 	4) combine
 	If set, user see those filemounts that are set in his settings or in his group setting AND THOSE which are selected at workspace settings.