| @@ -6,8 +6,9 @@ | ||
| 6 | 6 | |
| 7 | 7 | 'breakpoint' => 8000, |
| 8 | 8 | 'menu_to_hide' => '', |
| 9 | 9 | 'menu_depth' => 5, |
| 10 | + 'menu_depth_side' => 'left', | |
| 10 | 11 | 'menu_depth_0' => 5, |
| 11 | 12 | 'menu_depth_1' => 10, |
| 12 | 13 | 'menu_depth_2' => 15, |
| 13 | 14 | 'menu_depth_3' => 20, |
| @@ -75,8 +76,9 @@ | ||
| 75 | 76 | 'animation_type' => 'slide', |
| 76 | 77 | 'page_wrapper' => null, |
| 77 | 78 | 'animation_speed' => 0.5, |
| 78 | 79 | 'transition_speed' => 0.5, |
| 80 | + 'sub_menu_speed' => 0.2, | |
| 79 | 81 | |
| 80 | 82 | // Menu Settings |
| 81 | 83 | 'active_arrow_shape' => '▲', |
| 82 | 84 | 'inactive_arrow_shape' => '▼', |
| @@ -158,8 +160,9 @@ | ||
| 158 | 160 | 'menu_width' => 75, |
| 159 | 161 | 'menu_width_unit' => '%', |
| 160 | 162 | 'menu_close_on_link_click' => 'off', |
| 161 | 163 | 'menu_close_on_body_click' => 'off', |
| 164 | + 'enable_touch_gestures' => false, | |
| 162 | 165 | 'menu_item_click_to_trigger_submenu' => 'off', |
| 163 | 166 | 'menu_disable_scrolling' => 'off', |
| 164 | 167 | 'menu_overlay' => 'off', |
| 165 | 168 | 'menu_overlay_colour' => 'rgba(0,0,0,0.7)', |
| @@ -181,9 +184,14 @@ | ||
| 181 | 184 | 'mobile_only' => 'off', |
| 182 | 185 | 'custom_walker' => null, |
| 183 | 186 | 'custom_css' => null, |
| 184 | 187 | |
| 185 | - 'use_single_menu' => 'off', | |
| 188 | + 'use_desktop_menu' => false, | |
| 189 | + 'desktop_menu_options' => '{}', | |
| 190 | + 'desktop_menu_positioning' => 'fixed', | |
| 191 | + 'desktop_menu_width' => '', | |
| 192 | + 'desktop_menu_width_unit' => 'px', | |
| 193 | + 'desktop_menu_side' => '', | |
| 186 | 194 | |
| 187 | 195 | 'single_menu_height' => '80', |
| 188 | 196 | 'single_menu_height_unit' => 'px', |
| 189 | 197 | 'single_menu_font' => null, |
| @@ -206,10 +214,15 @@ | ||
| 206 | 214 | 'single_menu_item_submenu_background_colour' => '#ffffff', |
| 207 | 215 | 'single_menu_item_submenu_background_colour_hover' => '#ffffff', |
| 208 | 216 | |
| 209 | 217 | 'use_header_bar' => 'off', |
| 218 | + 'header_bar_adjust_page' => null, | |
| 210 | 219 | 'header_bar_breakpoint' => '800', |
| 211 | 220 | 'header_bar_logo' => null, |
| 221 | + 'header_bar_logo_height' => null, | |
| 222 | + 'header_bar_logo_height_unit' => '%', | |
| 223 | + 'header_bar_logo_width' => null, | |
| 224 | + 'header_bar_logo_width_unit' => '%', | |
| 212 | 225 | 'header_bar_logo_alt' => '', |
| 213 | 226 | 'header_bar_logo_link' => null, |
| 214 | 227 | 'header_bar_title' => null, |
| 215 | 228 | 'header_bar_html_content' => null, |
| @@ -230,8 +243,11 @@ | ||
| 230 | 243 | 'fade_submenus_delay' => 100, |
| 231 | 244 | 'fade_submenus_speed' => 500, |
| 232 | 245 | |
| 233 | 246 | 'use_slide_effect' => 'off', |
| 234 | - 'slide_effect_back_to_text' => 'Back' | |
| 247 | + 'slide_effect_back_to_text' => 'Back', | |
| 248 | + | |
| 249 | + 'admin_theme' => 'dark' | |
| 250 | + | |
| 235 | 251 | ]; |
| 236 | 252 | |
| 237 | -}; | |
| 253 | +}; | |