[TYPO3-english] typoscript object merging instead of overwriting

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Thu Sep 30 12:04:54 CEST 2010


hi

I have just beginner problem with typoscript merging.

temp.a.value1 = 10
temp.b.value2 = 20
temp.c < temp.a
temp.c < temp.b

It outputs:
temp.c {
   value2 = 20
}


The point is that I would like to merge this instead of overwrite:
So this should be the desired output:
temp.c {
   value1 = 10
   value2 = 20
}


Is there any way to achieve that ?

Thanks.


--
grtz
Krystian Szymukowicz


More information about the TYPO3-english mailing list