simplify override: description.html.twig
This commit is contained in:
parent
32bd0f170c
commit
9b6da595ab
1 changed files with 8 additions and 23 deletions
|
|
@ -1,27 +1,12 @@
|
|||
{% sw_extends '@Storefront/storefront/page/product-detail/description.html.twig' %}
|
||||
|
||||
{% block utilities_offcanvas_content %}
|
||||
{% block page_product_detail_description_container %}
|
||||
<div class="product-detail-description tab-pane-container">
|
||||
{% block page_product_detail_description_title %}
|
||||
{#<div class="h3 product-detail-description-title">
|
||||
{{ "detail.miscTitle"|trans|sw_sanitize }}
|
||||
</div>#}
|
||||
{% endblock %}
|
||||
{% block page_product_detail_description_title %}{% endblock %}
|
||||
|
||||
{% block page_product_detail_description_content %}
|
||||
{% block page_product_detail_description_content_text %}
|
||||
<div class="product-detail-description-text">
|
||||
{{ page.product.translated.customFields.custom_wein_misc|raw }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block page_product_detail_description_content_properties %}
|
||||
{#{% if page.product.sortedProperties|length > 0 %}
|
||||
{% sw_include '@Storefront/storefront/page/product-detail/properties.html.twig' %}
|
||||
{% endif %}#}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% block page_product_detail_description_content_text %}
|
||||
<div class="product-detail-description-text">
|
||||
{{ page.product.translated.customFields.custom_wein_misc|raw }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block page_product_detail_description_content_properties %}{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue