Skip to content

Commit

Permalink
[FEATURE] Use column variants vh in grid ce
Browse files Browse the repository at this point in the history
  • Loading branch information
buepro committed Mar 28, 2024
1 parent 8c8755c commit 479fef7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{f:variable(name: '_gutter', value: _settings.gutter.variants) -> f:if(condition: '{_settings.gutter.enable as integer} == 1')}
{f:variable(name: '_correction', value: _settings.correction.variants) -> f:if(condition: '{_settings.correction.enable as integer} == 1')}
<f:if condition="{children_101}">
<div class="{_config.rowClasses}">
<pp:render.bootstrap.element rowClass="{_config.rowClasses}">
<f:if condition="{ceAspect.pizpalueMainVersion} >= 12 || {ceAspect.pizpalueMainVersion} == 'dev-main' || {ceAspect.pizpalueMainVersion} == 'dev-master'">
<f:then>
<f:for each="{children_101}" as="_record">
Expand Down Expand Up @@ -40,7 +40,7 @@
</f:for>
</f:else>
</f:if>
</div>
</pp:render.bootstrap.element>
</f:if>
</f:section>
</html>

0 comments on commit 479fef7

Please sign in to comment.