-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.yml
60 lines (51 loc) · 2.5 KB
/
settings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
show_these_sections_for_staff_only:
type: list
default: custom-staff-menu-example
description:
en: "Show these navigation sidebar sections for staff only. Can use default or custom sections. Use lower-case section names with dashes for spaces (like slugs)."
show_these_sections_for_logged-in_only:
type: list
default: custom-user-menu-example
description:
en: "Show these navigation sidebar sections for logged-in only (hide from anonymous users). Can use default or custom sections."
show_these_links_for_staff_only:
type: list
default: Custom Staff Link Example
description:
en: "Show these navigation sidebar links for staff only. Can use defaults or custom links. Default links are lower case, but custom links are case sensitive and should be named exactly the same as the link name."
show_these_links_for_logged-in_only:
type: list
default: Custom User Link Example
description:
en: "Show these navigation sidebar links for logged-in users only (hide from anonymous users). Can use defaults or custom links - custom links are case sensitive and should be named exactly the same as the custom link name."
show_more_for_staff_only:
type: bool
default: false
description:
en: "Show More drop-down section for staff only. Overrides More links display where relevant."
show_more_for_logged-in_only:
type: bool
default: false
description:
en: "Show More drop-down section for logged-in users only (hide from anonymous users). Above setting cannot be enabled. Overrides More links display where relevant."
show_custom_for_anon_only:
type: string
default: "anon-menu-example"
description:
en: "Custom section to show for only for anonymous (not-logged-in) users. Use all lowercase and dashes for spaces (ie: Anon Menu = anon-menu)."
hide_custom_menus_globe_icon:
type: bool
default: false
description:
en: "Hide the custom menu globe icon from staff (this setting only affects staff, since non-staff cannot see the globe by default)."
show_navigation_menu_to_logged-in_only:
type: bool
default: false
description:
en: "Show entire navigation menu for only logged-in users (hide the entire menu from anonymous users)."
default_menu_section_ordering:
type: list
list_type: simple
default: categories|tags|messages|chat-channels|chat-dms
description:
en: "Use the arrow buttons to move the default menu sections up and down to put them in the order they should appear in the navigation sidebar menu. Does not apply to custom menu sections."