lib/starter_web/_data/modules/defaults/navigator.yml in j1-template-2020.0.2 vs lib/starter_web/_data/modules/defaults/navigator.yml in j1-template-2020.0.3
- old
+ new
@@ -1,8 +1,8 @@
# ------------------------------------------------------------------------------
# ~/_data/apps/j1_navigator.yml
-# Default configuration settings of the J1 NAV Module for all sub-modules
+# Default configuration settings of the J1 NAV Module for all sub-modules
# except the main navigation bar
#
# Product/Info:
# https://jekyll.one
#
@@ -38,11 +38,11 @@
enabled: false
xhr_container_id: navigator_nav_navbar
media_breakpoint: lg
- brand_position: right
+ brand_position: right # left|right
brand_type: image
brand_type_collapsed: text
fixed: true
style: overlay
color: light
@@ -52,12 +52,35 @@
background_color_full: rgba_darken_400
background_color_collapsed: bg-primary
background_color_scrolled: bg-primary
# ----------------------------------------------------------------------------
- # NavMenu
+ # NavMenu (Mobile)
#
+ nav_mmenu:
+ enabled: false
+
+ xhr_container_id: navigator_nav_mmenu
+ xhr_data_path: /assets/data/mmenu/index.html
+
+ mmenu_plugin:
+ node: "null"
+ mediaQuery: all
+ max_width: 100000 # set media breakpoint to infinite
+
+ mmenu_navigator:
+ selected: Selected
+ slidingSubmenus: true
+ title: Schnulli
+ theme: dark
+
+ mmenu_drawer:
+ position: right
+
+ # ----------------------------------------------------------------------------
+ # NavMenu (Desktop)
+ #
nav_menu:
enabled: false
xhr_container_id: navigator_nav_menu
xhr_data_path: /assets/data/menu/index.html
@@ -169,6 +192,6 @@
close_icon: close
background_color: md_grey_900
# END config
-# ------------------------------------------------------------------------------
\ No newline at end of file
+# ------------------------------------------------------------------------------