[TYPO3-mvc] Example required
Franz Koch
typo3.RemoveForMessage at elements-net.de
Sat Apr 2 14:54:10 CEST 2011
Hey David,
> I have problems with many extension in my current Installation,m most of
> them on Base of extbase. problem is that in TS there isn't any
> assignment like tt_content.list.20.xyz < plugin.xyz
There is no such assignment for Extbase based extensions - meaning that
plugin.xy is NOT copied to tt_content.list.20.xyz. However the plugins
themselves have to be registered in tt_content.list.20.xyz (if they are
plugins of type "list") by just a few lines. The overall plugin
configuration is available under plugins.xyz and is shared among all
plugins registered by the extension. So what you see is probably correct.
> Perhaps someone can confirm the extension-behaviour or tell me that it's
> working on current T3-Version, and perhaps what I have to adjust ...
which extensions and which Typo3/Extbase versions exactly (current could
mean SVN or current stable). In general I don't have any issues with
Extbase based plugins.
--
kind regards,
Franz Koch
More information about the TYPO3-project-typo3v4mvc
mailing list