Created
January 19, 2016 19:30
-
-
Save a-r-m-i-n/9ec22b61504fcc315dc7 to your computer and use it in GitHub Desktop.
PageTS based backend layout in TYPO3 7.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mod.web_layout.BackendLayouts.MyBackendLayout { | |
| title = My Backend Layout | |
| config { | |
| backend_layout { | |
| colCount = 3 | |
| rowCount = 1 | |
| rows { | |
| 1 { | |
| columns { | |
| 1 { | |
| name = Content | |
| colspan = 2 | |
| colPos = 0 | |
| } | |
| 2 { | |
| name = Sidebar | |
| colPos = 2 | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment