Benutzer-Werkzeuge

Webseiten-Werkzeuge


Seitenleiste

3D

INTERN

ADOBE

ARDUINO

BITBUCKET

DOCKER

C4D

GIT

HTML

IPHONE

JAVASCRIPT

JTL-SHOP

LARAVEL

MAGENTO2

MYSQL

PHP

PLESK

PROCESSING

PYTHON

SUITECRM

SEO

TRYTON

THUNDERBIRD / ICEDOVE / FossaMail

TYPO3

TYPO3: BACKEND

TYPO3: TYPOSCRIPT

UNIX

VLC

VVVV

WINDOWS

WINDOWS 10

WORDPRESS

XAMPP

XT:C 4 (Veyton)

typo3-backendlayouts-copybin

Typo3 - Backend Layouts (copybin)

1ne Reihe

1ne Spalte

backend_layout {
   colCount = 1
   rowCount = 1
   rows {
      1 {
         columns {
           1 {
               name = Mitte
               colPos = 0
            }
         }
      }
   }
}

2 Spalten

backend_layout {
   colCount = 2
   rowCount = 1
   rows {
      1 {
         columns {
           1 {
               name = Links
               colPos = 0
            }
            2 {
               name = Rechts
               colPos = 2
            }
         }
      }
   }
}

3 Spalten

backend_layout {
   colCount = 3
   rowCount = 1
   rows {
      1 {
         columns {
           1 {
               name = Links
               colPos = 0
            }
            2 {
               name = Mitte
               colPos = 1
            }            
            3 {
               name = Rechts
               colPos = 2
            }
         }
      }
   }
}

4 Spalten

backend_layout {
   colCount = 4
   rowCount = 1
   rows {
      1 {
         columns {
           1 {
               name = Links
               colPos = 0
            }
            2 {
               name = Mitte 1
               colPos = 1
            }            
            3 {
               name = Mitte 2
               colPos = 2
            }
            4 {
               name = Rechts
               colPos = 3
            }            
         }
      }
   }
}

2 Reihen

1ne Spalte

backend_layout {
   colCount = 1
   rowCount = 2
   rows {
     1 {
         columns {
           1 {
               name = Header (KeyVisual)
               colPos = 4
            }
         }
      }
      2 {
         columns {
           1 {
               name = Mitte
               colPos = 0
            }
         }
      }
   }
}

4 Spalten

backend_layout {
   colCount = 4
   rowCount = 2
   rows {
      1 {
         columns {
           1 {
               name = Header (KeyVisual)
               colPos = 4
               colspan = 4
            }
         }
      }
      2 {
         columns {
           1 {
               name = Links
               colPos = 0
            }
            2 {
               name = Mitte 1
               colPos = 1
            }            
            3 {
               name = Mitte 2
               colPos = 2
            }
            4 {
               name = Rechts
               colPos = 3
            }            
         }
      }
   }
}
typo3-backendlayouts-copybin.txt · Zuletzt geändert: 2014/09/20 18:37 von admin