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.

Administrator Manual

Add the commented typoscript code to your fluidtemplate setup:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
    ...
    10 = FLUIDTEMPLATE
    10 {
            templateName = Default
            #variables {}
            dataProcessing {
                    # START - ONLY ADD THIS PART
                    30 = SalvatoreEckel\T3cms\DataProcessing\T3themesConfProcessor
                    30 {
                            fieldName = t3themes_conf
                            as = t3themesConf
                            rootpageId = TEXT
                            rootpageId {
                                    insertData = 1
                                    data = leveluid : 0
                            }
                    }
                    # END - ONLY ADD THIS PART
            }
    ...

Testing

{_all->f:debug()} or {t3themesConf->f:debug()} will help you.