[TYPO3-templavoila] Static Data Structure Wishlist

Jeff Segars jsegars at alumni.rice.edu
Thu Jan 21 22:21:11 CET 2010


On 1/20/10 5:45 PM, Steffen Kamper wrote:
> 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

Thanks Steffen.  Works like a charm :)


More information about the TYPO3-project-templavoila mailing list