Skip to content
Snippets Groups Projects
Commit 67d5e5fd authored by Benni Mack's avatar Benni Mack Committed by Christian Kuhn
Browse files

[DOCS] Use LocalConfiguration.php in workspaces docs

ext_localconf.php still references "localconf.php" even
though it is called "LocalConfiguration.php" since
TYPO3 v6.0.

Resolves: #95314
Releases: master, 10.4
Change-Id: Idd8f85bbc9351959b0be35e353f8237cf33b54e8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71183


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 7e921876
No related merge requests found
......@@ -24,7 +24,7 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['move
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_befunc.php']['viewOnClickClass']['workspaces'] = BackendUtilityHook::class;
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/alt_doc.php']['makeEditForm_accessCheck']['workspaces'] = BackendUtilityHook::class . '->makeEditForm_accessCheck';
// Register workspaces cache if not already done in localconf.php or a previously loaded extension.
// Register workspaces cache if not already done in LocalConfiguration.php or a previously loaded extension.
if (!is_array($GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['workspaces_cache'] ?? false)) {
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['workspaces_cache'] = [
'groups' => ['all']
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment