Skip to content

Instantly share code, notes, and snippets.

@a-r-m-i-n
Created January 19, 2016 19:30
Show Gist options
  • Select an option

  • Save a-r-m-i-n/9ec22b61504fcc315dc7 to your computer and use it in GitHub Desktop.

Select an option

Save a-r-m-i-n/9ec22b61504fcc315dc7 to your computer and use it in GitHub Desktop.
PageTS based backend layout in TYPO3 7.6
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