Allow content slide configuration for all layouts and colPos - benjaminkott/bootstrap_package GitHub Wiki
It is now possible to make content columns slide without touching the templates. The typoscript lib for content selection now accepts a slide parameter, that can be used to define the data collection behaviour.
Allowed Values:
-1 = back up to the siteroot
0 = default, no slide
1 = only the current level
2 = up from one level back
Syntax:
page.theme.pagelayout.<pagelayout>.colPos.<colPos>.slide = -1
page.theme.pagelayout.default.colPos.9.slide = -1
page.theme.pagelayout.subnavigation_right.colPos.3.slide = -1
<f:cObject typoscriptObjectPath="lib.dynamicContent" data="{colPos: '9', slide: '-1'}" />