Created
May 27, 2016 10:07
-
-
Save stafast/e2be5b55756fe4c6954dfbe52a2c5316 to your computer and use it in GitHub Desktop.
TYPO3 Fluid Styled Content Text Media Gallery Bootstrap Grid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="ce-column | |
{f:if(condition:'{gallery.count.columns}<{data.imagecols}',then:' | |
col-sm-{f:cObject(typoscriptObjectPath:\'lib.math\',data:\'12/{data.imagecols}\')} | |
',else:' | |
col-sm-{f:cObject(typoscriptObjectPath:\'lib.math\',data:\'12/{gallery.count.columns}\')} | |
')} | |
"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lib.math = TEXT | |
lib.math { | |
current = 1 | |
prioriCalc = 1 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Number of columns | |
TCEFORM.tt_content.imagecols.removeItems = 5,7,8 | |
// Default: Number of columns | |
TCAdefaults.tt_content.imagecols = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment