/ Published in: TYPO3
This PageTSConfig is used to show/hide columns in the TYPO3 backend when TemplaVoila! is not being used
Expand |
Embed | Plain Text
#Page TSConfig: mod.SHARED.colPos_list= 1,0,2,3 #1 = LEFT #0 = NORMAL #2 = RIGHT #3 = BORDER
Comments
Subscribe to comments
You need to login to post a comment.

You forgot to mention that the order also matters:
mod.SHARED.colPos_list= 0,1,2
would display the Normal column first and then the two smaller columns Left and Right to the right of Normal. This is very useful when the layout of the columns in the frontend is organized the same way. Taken from: http://www.docplanet.org/typo3-cms/how-to-hide-and-reoder-columns-in-the-backend/