[TYPO3-mvc] Re: getConfiguration CONFIGURATION_TYPE_SETTINGS form a namespaced v6 extension

Jan Kiesewetter jan at t3easy.de
Wed Mar 20 13:01:10 CET 2013


Additional:
if i use
$frameworkConfiguration = $this->configurationManager->getConfiguration(\TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface::CONFIGURATION_TYPE_FRAMEWORK, 'Extension', Plugin');
i get a default extbase framework but not from my extension (i have enabled rewrittenPropertyMapper and skipDefaultArguments which are both 0) and there is no settings array.

if i use $this->configurationManager->getConfiguration(\TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface::CONFIGURATION_TYPE_FULL_TYPOSCRIPT);
to get the whole TypoScript the settings are there as expected in plugin.tx_extension.settings.*


More information about the TYPO3-project-typo3v4mvc mailing list