[TYPO3-english] inherit description from a parent page?

Tomasz Chmielewski mangoo at wpkg.org
Mon Feb 8 14:20:19 CET 2010


I would like to insert the description of a parent page to a template.

I tried with this TypoScript, but it didn't render anything:


# Insert description from this page; this one works
page.10.marks.DESCRIPTION_THISPAGE = TEXT
page.10.marks.DESCRIPTION_THISPAGE.field = description


# Should insert description from previous/parent pages; doesn't work
page.10.marks.DESCRIPTION1 = TEXT
page.10.marks.DESCRIPTION1.field = levelfield: -1,description,slide

page.10.marks.DESCRIPTION2 = TEXT
page.10.marks.DESCRIPTION2.field = levelfield: -2,description,slide



Could anyone show me a working example?


-- 
Tomasz Chmielewski



More information about the TYPO3-english mailing list