From 14b2b4d6db2abe52b66196537eb88b248499e497 Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Mon, 13 Aug 2018 16:09:53 +0800 Subject: [PATCH] Update settings.yml --- settings.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/settings.yml b/settings.yml index f4ed35c..b45fadf 100644 --- a/settings.yml +++ b/settings.yml @@ -8,6 +8,10 @@ Submenu_items: default: "Design, Galleries, th, #, blank, Cool galleries for you to look at.|Design, Design process, lightbulb-o, #, blank, Learn the basics.|Design, Blog design, columns, #, blank, What makes for a great blog?|Design, divider|Design, Freebies, gift, #, blank, Everyone likes freebies!|Design, Photoshop tutorials, book, #, blank, Photoshop for beginners.|Design, Design trends, bar-chart, #, blank, Stay on top of the current trends! |Code, Wordpress, wordpress, #, blank, Wordpress code examples|Code, Tools, wrench, #, blank, Tools that will make your life easier!|Code, Tutorials, leanpub, #, blank, Just starting out? We'll guide you through the basics|Business, Blogging, none, #, blank, Why not start a blog?|Business, Social media, none, #, blank, Learn how to leverage Social media and make it work for your business |Business, Make money, none, #, blank, Everyone like to be paid!|Business, Marketing, none, #, blank, No business will survive without customers...Here's how to get'em!|Shop, Vectors, none, #, blank,|Shop, Textures, none, #, blank,|Shop, Brushes, none, #, blank,|Shop, divider|Shop, UI kits, none, #, blank,|Shop, Templates , none, #, blank,|Shop, PSDs, none, #, blank,|More, About us, none, /about, self, Meet the gang!|More, Contact us, none, #, blank, Let's get in touch|More, Terms of Service, none, /tos, self, |More, Privacy policy, none, /privacy, self" description: en: 'Add submenu items. One item per line in this order: Parent, text, icon, URL, target, title.
Parent: the name of the parent menu item which this submenu item show under. Use the `text` value from the list above
Text: the text that shows for this submenu item.
Icon: the icon for this submenu item, use `none` if no icon is needed
URL: the path this menu item links to. You can use relative paths as well.
Target: Choose whether this item will open in a new tab or in the same tab. Use `blank` to open the link in a new tab, or use `self` to open it in the same tab.
Title: the text that shows when the item is hovered.
Dividers: You can also add dividers between submenu items. To add a divider user `parent, divider`' +Fixed_mode: + default: false + description: + en: 'Force the menu to be visible on top regardless of scroll - Desktop only' Show_caret: default: true description: @@ -20,3 +24,39 @@ RTL_support: default: false description: en: 'Enable RTL support' +Menu_background: + default: '' + description: + en: 'Background color for the menu' +Menu_item_color: + default: '' + description: + en: 'Color for menu items' +Menu-item-active-background: + default: '' + description: + en: 'Background color for menu items when active' +Menu-item-active-color: + default: '' + description: + en: 'Color for menu items when active' +Submenu_background: + default: '' + description: + en: 'Background color for submenus' +Submenu_item_color: + default: '' + description: + en: 'Color for submenu items' +Submenu_item_hover_background: + default: '' + description: + en: 'Background color for submenus items when hovered' +Submenu_item_hover_color: + default: '' + description: + en: 'Color for submenus items when hovered' +Divider_color: + default: '' + description: + en: 'Color for divider lines in submenus'