1
0

new: usr: SWC-89 initialize the home site w/ twig config

This commit is contained in:
2023-02-15 15:00:08 +01:00
parent 3241feb54d
commit 4511b04b8f
4 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
{% sw_extends '@Storefront/storefront/base.html.twig' %}

View File

@@ -0,0 +1,5 @@
{% sw_extends "@Storefront/storefront/layout/footer/footer.html.twig" %}
{% block layout_footer_payment_shipping_logos %}{% endblock %}
{% block layout_footer_navigation %}{% endblock %}

View File

@@ -0,0 +1,11 @@
{% sw_extends "@Storefront/storefront/layout/header/header.html.twig" %}
{% block layout_header_search %}
<div class="col"></div>
{% endblock %}
{% block layout_header_actions_wishlist %}{% endblock %}
{% block layout_header_actions_account %}{% endblock %}

View File

@@ -0,0 +1,3 @@
{% sw_extends "@Storefront/storefront/layout/navigation/navigation.html.twig" %}
{% block layout_main_navigation %}{% endblock %}