DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Text & Image (textpic)ΒΆ

Text & Image-type content elements are rendered by combining the rendering of the Text-type and Image-type content elements, as can be seen in this excerpt of the TypoScript setup:

tt_content.textpic = COA
tt_content.textpic {
        10 = COA
        ...
        10.10 = < lib.stdheader

        20  = < tt_content.image.20
        20 {
                text.10 = COA
                text.10 {
                        ...
                }
                text.20 = < tt_content.text.20
                ...
        }
}

Warning

For this particular element type, lib.stdheader is not found in the usual place (see code above).