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

Open in your IDE?
  1. {% block block_zen_grid_3_3_3_3 %}
  2.     {% block block_zen_grid_3_3_3_3_inner %}
  3.         {% sw_include "@zenitPlatformHorizon/storefront/block/cms-block-zen-grid.html.twig" with {
  4.             elements: block.slots,
  5.             cols: {
  6.                 'md': [6,6,6,6],
  7.                 'lg': [3,3,3,3]
  8.             },
  9.             columns: 4
  10.         } %}
  11.     {% endblock %}
  12. {% endblock %}