new: usr: SWC-89 initialize the home site w/ twig config
This commit is contained in:
2
src/Resources/views/storefront/base.html.twig
Normal file
2
src/Resources/views/storefront/base.html.twig
Normal file
@@ -0,0 +1,2 @@
|
||||
{% sw_extends '@Storefront/storefront/base.html.twig' %}
|
||||
|
||||
@@ -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 %}
|
||||
@@ -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 %}
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{% sw_extends "@Storefront/storefront/layout/navigation/navigation.html.twig" %}
|
||||
|
||||
{% block layout_main_navigation %}{% endblock %}
|
||||
Reference in New Issue
Block a user