[TYPO3-german] Backend-Layout direkt in TS?

Ralf-Rene Schröder ralf.rene at online.de
Tue Sep 10 14:30:37 CEST 2013


Am 10.09.2013 13:54, schrieb g4-lisz at tonarchiv.ch:
> weiß jemand, ob man das Backend-Layout direkt in Typoscript definieren
> kann, oder muss ich zwangsläufig einen Backend-Layout-Record anlegen?

im TSconfig (ob nun in den Seiteneigenschaften direkt oder als include
als datei)

tx_gridelements {
  overruleRecords = 1
  setup {
    dein-name {
      title = dein Titel
      description = deine Beschreibung
      topLevelLayout = 0
      flexformDS = FILE:path/file.xml (oder direktes XML)
      config {
        colCount = 5
        rowCount = 1
        rows {
          1 {
            columns {
              1 {
                name = Links
                colPos = 11
              }
              2 {
                name = Halblinks
                colPos = 12
              }
              3 {
                name = Mitte
                colPos = 13
              }
              4 {
                name = Halbrechts
                colPos = 14
              }
              5 {
                name = Rechts
                colPos = 15
              }
            }
          }
        }
      }
    }
    dein-weiterer-name {
...
    }
  }
}



-- 
image[FORMAT] - Ralf-René Schröder
http://www.image-format.eu ... Wir geben Ihrem Image das richtige Format


More information about the TYPO3-german mailing list