custom/plugins/digi1Moretabsforproductdetailpage/src/Resources/views/storefront/component/product/description.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/description.html.twig' %}
  2. {% block component_product_description_content_properties %}
  3.     {% if config('digi1Moretabsforproductdetailpage').config.separatetabproperties == "no" %}
  4.         {% if product.sortedProperties|length > 0 %}
  5.             {% sw_include '@Storefront/storefront/component/product/properties.html.twig' %}
  6.         {% endif %}
  7.     {% endif %}
  8. {% endblock %}