[TYPO3-english] typoscript object merging instead of overwriting

Sergey Alexandrov serg at alexandrov.us
Thu Sep 30 17:58:09 CEST 2010


Try this

temp.c = COA
temp.c {
	10 < temp.a
	20 < temp.b
}

-----Original Message-----
From: typo3-english-bounces at lists.typo3.org
[mailto:typo3-english-bounces at lists.typo3.org] On Behalf Of Krystian
Szymukowicz
Sent: Thursday, September 30, 2010 6:05 AM
To: typo3-english at lists.typo3.org
Subject: [TYPO3-english] typoscript object merging instead of overwriting


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
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list