Masonry TypoScript-Konstanten
Masonry Container
Constant | {$themes.configuration.container.masonry} |
---|---|
Label | Container for masonry records |
Type | int+ |
Default value | 0 |
javascript_libraries
Constant | {$themes.configuration.javascript.libraries.masonry.source} |
---|---|
Label | Path to Masonry library |
Type | string |
Default value | https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.0/masonry.pkgd.js |
Masonry Templates
Constant | {$themes.configuration.extension.masonry.view.templateRootPath} |
---|---|
Label | Template root path |
Type | string |
Default value | EXT:masonry/Resources/Private/Templates/ |
Constant | {$themes.configuration.extension.masonry.view.partialRootPath} |
---|---|
Label | Partial root path |
Type | string |
Default value | EXT:masonry/Resources/Private/Partials/ |
Constant | {$themes.configuration.extension.masonry.view.layoutRootPath} |
---|---|
Label | Layout root path |
Type | string |
Default value | EXT:masonry/Resources/Private/Layouts/ |
responsive_breakpoints
Constant | {$themes.configuration.responsive.breakpoints.xs.min} |
---|---|
Label | Breakpoint xs min (mobile phone portrait) |
Type | string |
Default value | 0 |
Constant | {$themes.configuration.responsive.breakpoints.sm.min} |
---|---|
Label | Breakpoint sm min (mobile phone landscape) |
Type | string |
Default value | 576 |
Constant | {$themes.configuration.responsive.breakpoints.md.min} |
---|---|
Label | Breakpoint md min (tablet) |
Type | string |
Default value | 768 |
Constant | {$themes.configuration.responsive.breakpoints.lg.min} |
---|---|
Label | Breakpoint lg min (desktop) |
Type | string |
Default value | 992 |
Constant | {$themes.configuration.responsive.breakpoints.xl.min} |
---|---|
Label | Breakpoint xl min (large devices) |
Type | string |
Default value | 1200 |