TYPO3: Removing content element columns
Sometimes you need to make the TYPO3 BE as clean and empty as posible for other (read: less techical) users. In that case it can be usefull to remove non-used content columns. Here how to:
Copy Paste this in your Page TSConfig
TCEFORM.tt_content.colPos {
altLabels {
1 = Left
0 = Normal
2 = Right
3 = Border
}
#Remove Right & Border
removeItems = 2,3
}
