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

Open in your IDE?
  1. {% block block_zen_grid_4_4_4 %}
  2.     {% block block_zen_grid_4_4_4_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],
  7.                 'lg': [4,4,4]
  8.             },
  9.             columns: 3
  10.         } %}
  11.     {% endblock %}
  12. {% endblock %}