discourse-header-submenus/settings.yml

65 lines
4.8 KiB
YAML
Raw Normal View History

2018-08-12 01:15:24 -04:00
Menu_items:
type: list
2018-11-22 01:27:45 -05:00
default: "Design, magic, Get inspired!, vdm|Code, far-keyboard, Learn new things!, vdm|Business, far-money-bill-alt, Start a new career!, vdm|Shop, shopping-cart, Buy cool stuff!, vdo|More, none, Even more cool things!, vdo"
2018-08-12 01:15:24 -04:00
description:
2020-05-14 02:23:49 -04:00
en: "Add menu items. One item per line in this order: Text, icon, title, view.<br><br><b>Text:</b> what appears on the menu.<br><b>Icon:</b> the icon displayed next to the item. If you do not want to use an icon, use `none`<br><b>Title:</b> the text that appears when the item is hovered.<br><b>View:</b> Choose what devices the item appears on. `vdm` appears on both desktop and mobile, `vdo` appears on desktops only, `vmo` appears on mobiles only."
2018-08-12 01:15:24 -04:00
Submenu_items:
type: list
default: "Design, Galleries, th, #, blank, Cool galleries for you to look at.|Design, Design process, far-lightbulb, #, 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, far-chart-bar, #, 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, fab-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:
2020-05-14 02:23:49 -04:00
en: "Add submenu items. One item per line in this order: Parent, text, icon, URL, target, title.<br><br><b>Parent:</b> the name of the parent menu item which this submenu item show under. Use the `text` value from the list above<br><b>Text:</b> the text that shows for this submenu item.<br><b>Icon:</b> the icon for this submenu item, use `none` if no icon is needed<br><b>URL:</b> the path this menu item links to.<br>You can use relative paths as well.<br><b>Target:</b> 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.<br><b>Title:</b> the text that shows when the item is hovered.<br><b>Dividers:</b> You can also add dividers between submenu items. To add a divider user `parent, divider`"
Svg_icons:
type: "list"
list_type: "compact"
2020-05-14 02:23:49 -04:00
default: "fa-th|fa-magic|far-keyboard|far-money-bill-alt|fa-shopping-cart|far-lightbulb|fa-columns|fa-gift|fa-book|far-chart-bar|fab-wordpress|fa-wrench|fab-leanpub"
description:
2018-11-22 01:16:44 -05:00
en: "Include FontAwesome icon classes for each icon used in the lists above."
2018-08-13 04:09:53 -04:00
Fixed_mode:
default: false
description:
2020-05-14 02:23:49 -04:00
en: "Force the menu to be visible at the top of the screen regardless of scroll position - Desktop only"
2018-08-12 01:15:24 -04:00
Show_caret:
2018-08-12 02:55:31 -04:00
default: true
2018-08-12 01:15:24 -04:00
description:
2020-05-14 02:23:49 -04:00
en: "Show caret icons next to menu items"
2018-08-12 01:15:24 -04:00
Invert_position:
default: false
description:
en: "Display menu items on the opposite side of the screen"
2018-08-13 04:09:53 -04:00
Menu_background:
default: ""
2018-08-13 04:09:53 -04:00
description:
2020-05-14 02:23:49 -04:00
en: "Background color for the menu. <small>(hex, rgb, rgba or CSS color name)</small>"
2018-08-13 04:09:53 -04:00
Menu_item_color:
default: ""
2018-08-13 04:09:53 -04:00
description:
2020-05-14 02:23:49 -04:00
en: "Color for menu items. <small>(hex, rgb, rgba or CSS color name)</small>"
2018-08-13 04:09:53 -04:00
Menu-item-active-background:
default: ""
2018-08-13 04:09:53 -04:00
description:
2020-05-14 02:23:49 -04:00
en: "Background color for menu items when active. <small>(hex, rgb, rgba or CSS color name)</small>"
2018-08-13 04:09:53 -04:00
Menu-item-active-color:
default: ""
2018-08-13 04:09:53 -04:00
description:
2020-05-14 02:23:49 -04:00
en: "Color for menu items when active. <small>(hex, rgb, rgba or CSS color name)</small>"
2018-08-13 04:09:53 -04:00
Submenu_background:
default: ""
2018-08-13 04:09:53 -04:00
description:
2020-05-14 02:23:49 -04:00
en: "Background color for submenus. <small>(hex, rgb, rgba or CSS color name)</small>"
2018-08-13 04:09:53 -04:00
Submenu_item_color:
default: ""
2018-08-13 04:09:53 -04:00
description:
2020-05-14 02:23:49 -04:00
en: "Color for submenu items. <small>(hex, rgb, rgba or CSS color name)</small>"
2018-08-13 04:09:53 -04:00
Submenu_item_hover_background:
default: ""
2018-08-13 04:09:53 -04:00
description:
2020-05-14 02:23:49 -04:00
en: "Background color for submenus items when hovered. <small>(hex, rgb, rgba or CSS color name)</small>"
2018-08-13 04:09:53 -04:00
Submenu_item_hover_color:
default: ""
2018-08-13 04:09:53 -04:00
description:
2020-05-14 02:23:49 -04:00
en: "Color for submenus items when hovered. <small>(hex, rgb, rgba or CSS color name)</small>"
2018-08-13 04:09:53 -04:00
Divider_color:
default: ""
2018-08-13 04:09:53 -04:00
description:
2020-05-14 02:23:49 -04:00
en: "Color for divider lines in submenus. <small>(hex, rgb, rgba or CSS color name)</small>"