diff --git a/Configuration/TypoScript/Settings/constants.txt b/Configuration/TypoScript/Settings/constants.txt index dd89e70..ddd107b 100755 --- a/Configuration/TypoScript/Settings/constants.txt +++ b/Configuration/TypoScript/Settings/constants.txt @@ -16,6 +16,11 @@ plugin.tx_fluidbootstraptheme.settings { # cat=FLUIDBOOTSTRAPTHEME/settings; type=int+; label=Width of sidebar (what remains of a 12-column total is used by main content) distribution = 4 # cat=FLUIDBOOTSTRAPTHEME/settings; type=int+; label=Number of grid columns: Set this to the same number used in your custom Bootstrap CSS if you've switched from the default 12-grid - gridColumns = 12 + gridColumns = 12 } + +plugin.tx_fluidbootstraptheme.settings { + # cat=FLUIDBOOTSTRAPTHEME CSS/settings; type=string; label = CSS wrapper Classes for Grid Container (comma separated list) + colwrap = first, second, third +} \ No newline at end of file diff --git a/Configuration/TypoScript/setup.txt b/Configuration/TypoScript/setup.txt index 75215e2..a209ae6 100755 --- a/Configuration/TypoScript/setup.txt +++ b/Configuration/TypoScript/setup.txt @@ -11,6 +11,7 @@ plugin.tx_fluidbootstraptheme.view { plugin.tx_fluidbootstraptheme.settings { gridColumns = {$plugin.tx_fluidbootstraptheme.settings.gridColumns} + colwrap = {$plugin.tx_fluidbootstraptheme.settings.colwrap} menu { main.entryLevel = 0 sub.entryLevel = 1 diff --git a/Resources/Private/Templates/Content/FourColumn.html b/Resources/Private/Templates/Content/FourColumn.html index 04b72c3..f053820 100644 --- a/Resources/Private/Templates/Content/FourColumn.html +++ b/Resources/Private/Templates/Content/FourColumn.html @@ -32,6 +32,9 @@