'nowrap' => boolean True if no sections should wrap to the right,
'backgroundColor' => string Background color of overall grid area,
'sectionColor' => string background color of sections
+ 'startGridX' => boolean
]}
*}
{if isset($ui.sectionColor)}
{$glm_f6_ui_section_color = $ui.sectionColor scope="global"}
{/if}
+{if isset($ui.startGridX)}
+ {$glm_f6_ui_startGridX = $ui.startGridX|default:false scope="global"}
+{/if}
<style>
.glm-foundation-6-ui {
whitespace: nowrap;
}
</style>
-<div class="grid-container callout grid-margin-x glm-foundation-6-ui">
- {* <div class="grid-x grid-margin-x"> *}
+<div class="grid-container callout {if !$glm_f6_ui_startGridX}grid-margin-x{/if} glm-foundation-6-ui">
+ {if $glm_f6_ui_startGridX}
+ <div class="grid-x grid-margin-x">
+ {/if}