[TYPO3-english] Re: T3 6.2, Images and [FE][activatecontentadapter]

Hans van der Zwet hansz at zwet.net
Mon May 12 19:57:39 CEST 2014


Hi Philippe,

Thnx for taking the time to look into my 'problem'  (for lack of a better word).

underneath is the typoscript from the root page template 

config.no_cache = 1
config.doctype = html5

config.baseURL = <my domain>
config.simulateStaticDocuments = 0
config.tx_realurl_enable = 1

page = PAGE
page.typeNum = 0

# This will activate the page meta data
page.meta.keywords.field = keywords
page.meta.description.field = description

page.10 = FLUIDTEMPLATE
page.10 {
    format = html
    file = fileadmin/templates/layouts/main_layout.html 
    partialRootPath = fileadmin/templates/partials/
    layoutRootPath = fileadmin/templates/layouts/
    variables {
        content_intro < styles.content.get
        content_intro.select.where = colPos = 0
        content_main < styles.content.get
        content_main.select.where = colPos = 1
        content_column_1 < styles.content.get
        content_column_1.select.where = colPos = 1
        content_column_2 < styles.content.get
        content_column_2.select.where = colPos = 2
    }
}

page.10.file.stdWrap.cObject = CASE
page.10.file.stdWrap.cObject {
    key.data = levelfield:-1, backend_layout_next_level, slide
    key.override.field = backend_layout
    
    default = TEXT
    default.value = fileadmin/templates/main_1_column_with_intro.html
    3 = TEXT
    3.value = fileadmin/templates/main_1_column_with_intro.html
    4 = TEXT
    4.value = fileadmin/templates/main_1_column.html
    6 = TEXT
    6.value = fileadmin/templates/main_2_column_66_with_intro.html
    5 = TEXT
    5.value = fileadmin/templates/main_2_column_66.html
    7 = TEXT
    7.value = fileadmin/templates/main_2_column_84_with_intro.html
    8 = TEXT
    8.value = fileadmin/templates/main_2_column_84.html
    9 = TEXT
    9.value = fileadmin/templates/main_2_column_48_with_intro.html
    10 = TEXT
    10.value = fileadmin/templates/main_2_column_48.html
}

page.includeCSS {
    file1=fileadmin/templates/css/foundation.css
    file2=fileadmin/templates/css/styles.css
}


More information about the TYPO3-english mailing list