[TYPO3-german] Umstellung von Markern auf fluid in der HTML-Vorlage

pue nicolas.puente at lgb-rlp.de
Mon Oct 2 10:50:18 CEST 2017


Hallo:

normalerweise en fileadmir wird ein Ordner Templates und dirn noch ein 
Paar: Layouts und Partials

Bei mir sieht so auss:

page.10 = FLUIDTEMPLATE
page.10 {
   layoutRootPath = fileadmin/Layouts /Layouts /
   partialRootPath = fileadmin/Layouts /Partials/
   variables {

     sprache < temp.languageMenu
     topnavigation < temp.obennav

     rslides < temp.HEADER_IMAGE

     rootline < temp.ROOTLINE

     nav < temp.NAVI

     # Assign the main column with our {content}-destination
     content < styles.content.get
     content.select.where = colPos = 0

     # Assign the right column with our {content_right}-destination
     sidebar  < styles.content.get
     sidebar.select.where = colPos = 2

   }
}

# Assign the Template files with the Fluid Backend-Template
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

   # Set the default Template, our 1 column Template
   default = TEXT
   default.value = fileadmin/templates/2col.html

   # 1 column Template
   1 = TEXT
   1.value = fileadmin/templates/1col.html

   # 2 column Template
   2 = TEXT
   2.value = fileadmin/templates/2col.html
}

Hier wird alles geklärt: 
https://jweiland.net/video-anleitungen/typo3/musterprojekt-version-7.html 
. Es ist für eine Extension, aber du kannst alles in fileadmin speichern.

Grüß


Nicolás



More information about the TYPO3-german mailing list