{#
Responsive Menu Jinja template file.
Safe to Copy
#}
{% import 'admin/macros.html.twig' as macros %}
{% set section = 'Initial Setup' %}
{{ macros.header('Initial Setup', section) }}
{{ macros.row('breakpoint', 'Breakpoint', 'input', options, errors, '', '', '', '', 'This is the width of the screen in pixels at which point you would like the hamburger button to start showing.', 'px', '', 'Set to 80000 if you want the menu to appear on all devices.') }}
{{ macros.row('menu_to_use', 'Menu to Use', 'select', options, errors, '', '', 'custom', '', 'If no options appear here, make sure you have set them up under Appearance > Menus or click here.', '', nav_menus(), 'Please note that the Theme Location option will take precedence over this.') }}
{{ macros.row('different_menu_for_mobile', 'Use different menu for mobile & tablet', 'checkbox', options, errors, '', '', '', '', 'Useful if you want to display different menu on desktop and mobile.', '', '', '') }}
{{ macros.row('menu_to_use_in_mobile', 'Menu to Use for mobile & tablet', 'select', options, errors, '', '', 'custom', '', 'If no options appear here, make sure you have set them up under Appearance > Menus or click here.', '', nav_menus(), 'Please note that the Theme Location option will take precedence over this.') }}
{{ macros.row('menu_to_hide', 'Original Menu to Hide', 'input', options, errors, '', '', '', '', 'To hide your current theme menu you need to put the CSS selector here. Any legal CSS selection criteria is valid.', '', '', 'For example #nav-menu, nav, .other-nav') }}