custom/apps/REVIEWSio/Resources/views/storefront/page/product-detail/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/product-detail/index.html.twig' %}
  2. {% block page_product_detail %}
  3.   {% if config('REVIEWSio.config.showProductWidget') %}
  4.       {{ parent() | replace({'itemscope' : '', 'itemtype="https://schema.org/Product"': ''}) | raw }}
  5.   {% else %}
  6.       {{ parent() }}
  7.   {% endif %}
  8. {% endblock %}