[TYPO3-dev] Re: gridelements with bootstrap_grids

NGUYEN Duc Quan quan at apart.lu
Tue Sep 6 09:34:03 CEST 2016


Now I am feeling silly... But a good night's sleep made me realize that the whole time I was changing the typoscript config for bootstrap_grids and not for gridelements.

Here's the working solution for anyone in the future:

tt_content.gridelements_pi1.20.10.setup {
    2cols.wrap = <div class="container"><div class="row">|</div></div>
    3cols.wrap = <div class="container"><div class="row">|</div></div>
    4cols.wrap = <div class="container"><div class="row">|</div></div>
    xSimpleRow.wrap = <div class="container"><div class="row">|</div></div>
}




More information about the TYPO3-dev mailing list