fix: usr: SWC-89 replace extends to sw_extends in twigs
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{% extends "@Storefront/storefront/component/listing/filter-panel.html.twig" %}
|
||||
{% sw_extends "@Storefront/storefront/component/listing/filter-panel.html.twig" %}
|
||||
|
||||
{% block component_filter_panel %}{% endblock %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "@Storefront/storefront/component/pagination.html.twig" %}
|
||||
{% sw_extends "@Storefront/storefront/component/pagination.html.twig" %}
|
||||
|
||||
{% block component_pagination_first_link %}
|
||||
<i class="fa-solid fa-angles-left"></i>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "@Storefront/storefront/component/product/card/action.html.twig" %}
|
||||
{% sw_extends "@Storefront/storefront/component/product/card/action.html.twig" %}
|
||||
|
||||
{% block page_product_detail_product_buy_button %}
|
||||
<button class="btn btn-block btn-buy"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "@Storefront/storefront/component/product/listing.html.twig" %}
|
||||
{% sw_extends "@Storefront/storefront/component/product/listing.html.twig" %}
|
||||
|
||||
{% block element_product_listing_pagination_nav_actions %}
|
||||
<div class="cms-element-product-listing-actions row justify-content-center">
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
{% extends "@Storefront/storefront/element/cms-element-image-gallery.html.twig" %}
|
||||
|
||||
|
||||
{% sw_extends "@Storefront/storefront/element/cms-element-image-gallery.html.twig" %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "@Storefront/storefront/layout/header/logo.html.twig" %}
|
||||
{% sw_extends "@Storefront/storefront/layout/header/logo.html.twig" %}
|
||||
|
||||
{% block layout_header_logo_image %}
|
||||
<picture class="header-logo-picture">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "@Storefront/storefront/page/product-detail/headline.html.twig" %}
|
||||
{% sw_extends "@Storefront/storefront/page/product-detail/headline.html.twig" %}
|
||||
|
||||
{% block page_product_detail_headline_inner %}
|
||||
<h1 class="w-100">{{ page.product.translated.name }}</h1>
|
||||
|
||||
Reference in New Issue
Block a user