{# @deprecated tag:v6.5.0 - file will be removed, menu has been moved to footer #} {% sw_extends '@Storefront/storefront/layout/header/actions/service-menu-widget.html.twig' %} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Set theme variables #} {% set twtHeaderTopBarJustifyContent = theme_config('twt-header-top-bar-justify-content') %} {% set twtHeaderType = theme_config('twt-header-type') %} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Changes on the service-menu-dropdown #} {# TODO: - Default-Konfiguration ergänzen... - Check if this can be solved with scss... #} {% block layout_header_actions_service_menu_items %} {% if twtHeaderType == 4 or twtHeaderTopBarJustifyContent == 'flex-start' %}
{% else %} {# Default block #} {{ parent() }} {% endif %} {% endblock %}