{% 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_logo_container_class: "container", header_burger_logo_url: "", header_logo_width: "2", header_logo_height: "1", header_logo_layout: "responsive", header_primary_active: false, header_menu_wrapper: true, header_burger_logo: true, header_menu_tertiary: true, header_menu_markets: false, header_menu_social: false, } %} {# Common Cases for Menu manipulations: # - Add a menu entry > replace_recursive with new menu item # - add/set class in menu entry > replace_recursive with existing menu item and the class property to change # - remove a menu entry > remove_keys with keys of items to remove #} {# 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 # # 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 this structure: # link - URL for link # label - Displayed label for link # class - css class for link container (optional) #} {% set mappform_url = config.get('theme/mappform_url', false) %}