[TYPO3-ect] translations with lib/div
Elmar Hinz
elmar07 at googlemail.com
Wed Aug 1 10:09:29 CEST 2007
>
> make sense for simular plugins with common setups. i would vote for
> something like
>
> temp.configuration {
> #global part
> ...
> }
>
> plugin.ext.controllers.plug1 = USER
> plugin.ext.controllers.plug1 < temp.configuration
> plugin.ext.controllers.plug1 {
> #special part
> ...
> }
> ...
>
>
OK. I altered the SVN version of bananas in this sense.
Additionally I introduced the option of a special
sub-entity "configurations":
plugins.plug1 = USER
plugins.plug1.userFunc = ...
plugins.plug1.configurations < lib.ext.common.configurations
The advantage is, that there is only one line to copy repeatedly per plugin,
if one prefers to work with the common configuration style in the
templates.
Thank you
Elmar
More information about the TYPO3-team-extension-coordination
mailing list