[TYPO3-templavoila] "Dynamic" change of the TS in datastructure

Dmitry Dulepov dmitry at typo3.org
Sat Feb 14 18:13:59 CET 2009


Hi!

Xavier Perseguers wrote:
> Is there a way to change the 10.file.import definition below with TS
> *outside* of the DS itself?
> 
> <TypoScript>
>     10 = IMAGE
>     10.file.import = uploads/tx_templavoila/
>     10.file.import.current = 1
>     10.file.import.listNum = 0
>     10.file.maxH = 100
> </TypoScript>
> 

Move this code to a separate TS and use:

<TypoScript>
10 = < lib.yourobj
</TypoScript>


-- 
Dmitry Dulepov
TYPO3 core team
"Sometimes they go bad. No one knows why" (Cameron, TSCC, "Dungeons&Dragons")


More information about the TYPO3-project-templavoila mailing list