1
0

fix: usr: SWC-89 replace extends to sw_extends in twigs

This commit is contained in:
2023-02-20 17:24:57 +01:00
parent b376736a44
commit 5cc1373cee
7 changed files with 7 additions and 9 deletions

View File

@@ -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 %} {% block component_filter_panel %}{% endblock %}

View File

@@ -1,4 +1,4 @@
{% extends "@Storefront/storefront/component/pagination.html.twig" %} {% sw_extends "@Storefront/storefront/component/pagination.html.twig" %}
{% block component_pagination_first_link %} {% block component_pagination_first_link %}
<i class="fa-solid fa-angles-left"></i> <i class="fa-solid fa-angles-left"></i>

View File

@@ -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 %} {% block page_product_detail_product_buy_button %}
<button class="btn btn-block btn-buy" <button class="btn btn-block btn-buy"

View File

@@ -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 %} {% block element_product_listing_pagination_nav_actions %}
<div class="cms-element-product-listing-actions row justify-content-center"> <div class="cms-element-product-listing-actions row justify-content-center">

View File

@@ -1,3 +1 @@
{% extends "@Storefront/storefront/element/cms-element-image-gallery.html.twig" %} {% sw_extends "@Storefront/storefront/element/cms-element-image-gallery.html.twig" %}

View File

@@ -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 %} {% block layout_header_logo_image %}
<picture class="header-logo-picture"> <picture class="header-logo-picture">

View File

@@ -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 %} {% block page_product_detail_headline_inner %}
<h1 class="w-100">{{ page.product.translated.name }}</h1> <h1 class="w-100">{{ page.product.translated.name }}</h1>