{% set options = options|default({}) + { header_home_url: "https://www.condenast.de", header_text_social: "Folgen sie uns", header_text_edition: "Edition", header_logo_url: "", header_container_class: "", header_nav_container_class: "container-fluid", header_burger_logo_url: "", header_primary_active: false, header_secondary_active: false, header_variant: 'default', header_promo_link: Menu.promotion.abo.link|default('#'), header_promo_class: Menu.promotion.abo.class|default, header_promo_label: Menu.promotion.abo.label|default('Abo'), header_burger_container_class: 'container-lg', } %} {# This header required the Menu global from the Designs Extension #} {# Required Variables (In context or any theme.yml): # menu.primary - First level navigation # menu.secondary - Second level navigation (optional) # menu.social - Social media channels # menu.markets - List of all other markets # menu.additional - Additional navigation (small links in burger on compass sites) # # Optioal Variables (In context or any theme.yml): # menureplace.primary - List of menu entries that will recursively replace entries with same name in menu_primary or add to it (usefull if you only want to change a few elements) # menureplace.secondary - List of menu entries that will overwrite entries with same name in menu_secondary or add to it (usefull if you only want to change a few elements) # menureplace.social - List of menu entries that will overwrite entries with same name in menu_social or add to it (usefull if you only want to change a few elements) # menureplace.markets - List of menu entries that will overwrite entries with same name in menuoverride_markets or add to it (usefull if you only want to change a few elements) # # menuremove.primary - List of menu item keys that will be removed # menuremove.secondary - List of menu item keys that will be removed # menuremove.social - List of menu item keys that will be removed # menuremove.markets - List of menu item keys that will be removed # # All menu entries need to have these attributes: # link - URL for link # label - Displayed label for link # class - css class for link container (optional) # target - a tag target attribute (optional, default: _self) # active - Only used in secondary, mak this entry as active (optional) #}