[TYPO3-dev] Export xml content

Philipp Gampe philipp.gampe at typo3.org
Thu Apr 11 14:40:34 CEST 2013


Hi todos27,

todos27 wrote:

> I have been trying to find the way to do this, but I haven't found any
> tutorial or information about how to this, neither in google,
> stackoverflow or typo3 docs. Maybe I'm just doing something wrong while I
> search.

The page type things work relatively easy:

    page = PAGE
    page.typeNum = 0

defines your "normal" page type.
To add another one, just do

    another = PAGE
    another.typeNum = 1

You can then call your page with the &type=1 parameter and TYPO3 will render 
"another" instead of "page".

http://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Page/Index.html

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – linkvalidator
TYPO3 .... inspiring people to share!




More information about the TYPO3-dev mailing list