[TYPO3-mvc] [!!!] FYI: Revised integration of backend modules. Changed plugin configuration.

Jochen Rau jochen.rau at typoplanet.de
Wed Aug 26 23:50:48 CEST 2009


Hi.

I forgot one important point: The signature of registerModule() has 
changed, too (example from ext_tables.php of the BlogExample).

/**
* Registers a Backend Module
*/
Tx_Extbase_Utility_Extension::registerModule(
	$_EXTKEY,
	'web',	// Make module a submodule of 'web'
	'admin_module', // Submodule key
	'', // Position
	array(
		'AdminModule' => 'index'
	),
	array(
		'access' => 'user,group',
		'icon'   => 'EXT:blog_example/ext_icon.gif',
		'labels' => 
'LLL:EXT:blog_example/Resources/Private/Language/locallang_mod.xml',
	)
);

Regards
Jochen

-- 
Every nit picked is a bug fixed



More information about the TYPO3-project-typo3v4mvc mailing list