[Typo3-dev] SETUP for felxible CONSTANT array

Peter Russ peter.russ at 4dfx.de
Thu Sep 16 22:32:10 CEST 2004


Is there a way to initialize a CONSTANT array on one shot to get 
flexible array length in SETUP (paradigm?)?

CONSTANT should look like
[CONTANT]
plugin.myplugin{
     VALUE{
         1=sjansajns
         2=lsodssd
         3=kasasa
     }
}

and the number of provided values should be flexible (here 1..3)

In SETUP it should be initialized by

plugin.myplugin.items={$plugin.myplugin.VALUE}

or similar.

Can this already be done or do we have to patch/extend?

Comments highly appreciated.

Thanks. Peter.




More information about the TYPO3-dev mailing list