custom/plugins/zenitPlatformHorizon/src/Resources/views/storefront/block/cms-block-zen-grid-24-24-24-24-24.html.twig line 1

Open in your IDE?
  1. {% block block_zen_grid_24_24_24_24_24 %}
  2.     {% block block_zen_grid_24_24_24_24_24_inner %}
  3.         {# ... @zenit requires the xl declaration explicitly because of the missing inheritance of grid of five #}
  4.         {% sw_include "@zenitPlatformHorizon/storefront/block/cms-block-zen-grid.html.twig" with {
  5.             elements: block.slots,
  6.             cols: {
  7.                 'md': [6,6,6,6,6,6],
  8.                 'lg': ['2_4','2_4','2_4','2_4','2_4','2_4'],
  9.                 'xl': ['2_4','2_4','2_4','2_4','2_4','2_4'],
  10.             },
  11.             columns: 5
  12.         } %}
  13.     {% endblock %}
  14. {% endblock %}