[TYPO3-templavoila] Static Data Structure Wishlist

Steffen Kamper info at sk-typo3.de
Thu Jan 21 00:45:40 CET 2010


Hi Jeff,

the directories are needed if user create new DS, but you should be able 
to add any own DS from extension. Simply add your DS to the array in 
your extension with this syntax:

$GLOBALS['TBE_MODULES_EXT']['xMOD_tx_templavoila_cm1']['staticDataStructures'][] 
= array(
	'title' => 'My DS',
	'path' => 'EXT:'.$_EXTKEY.'/myds.xml',
	'icon' => '',
	'scope' => 1,
);

So it's possible without patching TV, please try.

btw - you should also apply #13256 which is in BT and in team list.

vg Steffen


More information about the TYPO3-project-templavoila mailing list