custom/plugins/ArboroProductListingLayout/src/Resources/views/storefront/cbax-manufacturer/detail.html.twig line 1

Open in your IDE?
  1. {#
  2. # Project:      www.betten-abc.de
  3. # Company:      arboro GmbH
  4. # Created by:   Daniel Geike
  5. # Created on:   16.09.22
  6. # Description:
  7. #}
  8. {% sw_extends "@CbaxModulManufacturers/storefront/cbax-manufacturer/detail.html.twig" %}
  9. {% block page_content_blocks %}
  10.     {% if config("ArboroProductListingLayout.config.showOnListingPage") %}
  11.         <div class="cms-page"
  12.              data-current-layout="{{ config("ArboroProductListingLayout.config.defaultLayout") }}"
  13.              data-default-layout="{{ config("ArboroProductListingLayout.config.defaultLayout") }}"
  14.         >
  15.             <div class="cms-page is-manufacturer">
  16.                 {% block page_content_sections_inner %}
  17.                     {{ parent() }}
  18.                 {% endblock %}
  19.             </div>
  20.         </div>
  21.     {% endif %}
  22. {% endblock %}