[TYPO3-english] TypoScript cObject TEXT - stdWrap on value property
Alexander Stehlik
alexander.stehlik at gmail.com
Wed Mar 12 20:01:58 CET 2014
Hi Artur,
normally both variants should work.
page.10 = TEXT
page.10 {
value.cObject = TEXT
value.cObject.value = BBB
}
and
page.10 = TEXT
page.10 {
cObject = TEXT
cObject.value = BBB
}
But I'm not sure since which stdWrap is available for the value.
Just to make sure: You have the page initialization somewhere in your code?
page = PAGE
Cheers,
Alex
--
Alexander Stehlik
alexander.stehlik at gmail.com
More information about the TYPO3-english
mailing list