Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-extbase/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/typo3/cms-extbase/ext_typoscript_setup.typoscript

config.tx_extbase {
	mvc {
		throwPageNotFoundExceptionIfActionCantBeResolved = 0
	}
	persistence {
		enableAutomaticCacheClearing = 1
		updateReferenceIndex = 0
	}
	// @deprecated since TYPO3 v12, will be removed in TYPO3 v13. Remove together with other extbase feature toggle related code.
	features {
		# if enabled, default controller and/or action is skipped when creating URIs through the URI Builder (see https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/b-ExtbaseReference/Index.html#features)
		skipDefaultArguments = 0
		# if set to 1, the enable fields are ignored in BE context
		ignoreAllEnableFieldsInBe = 0
		# if set to 1, the arguments of backend links will be prefixed with the backend module namespace
		enableNamespacedArgumentsForBackend = 0
	}
}