-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.yaml
109 lines (93 loc) · 3.66 KB
/
settings.yaml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
menu_1:
type: string
default: ""
description:
en: "Navigation menu section 1 to show to group(s) in setting below. Use lowercase names with dashes for spaces (ie: Staff Menu = staff-menu, Anon Menu = anon-menu)."
display_menu_1_for_these_groups_only:
type: list
list_type: group
default: ""
description:
en: "Display menu section 1 for these groups only - list group names, case-sensitive. Group visibilty must be set to Everyone in the group interaction settings."
menu_2:
type: string
default: ""
description:
en: "Navigation menu section 2 to show to group(s) in setting below. Use lowercase names with dashes for spaces."
display_menu_2_for_these_groups_only:
type: list
list_type: group
default: ""
description:
en: "Display menu section 2 for these groups only - list group names, case-sensitive. Group visibilty must be set to Everyone in the group interaction settings."
menu_3:
type: string
default: ""
description:
en: "Navigation menu section 3 to show to group(s) in setting below. Use lowercase names with dashes for spaces."
display_menu_3_for_these_groups_only:
type: list
list_type: group
default: ""
description:
en: "Display menu section 3 for these groups only - list group names, case-sensitive. Group visibilty must be set to Everyone in the group interaction settings."
menu_4:
type: string
default: ""
description:
en: "Navigation menu section 4 to show to group(s) in setting below. User lowercase slug names."
display_menu_4_for_these_groups_only:
type: list
list_type: group
default: ""
description:
en: "Display menu section 4 for these groups only - list group names, case-sensitive. Group visibilty must be set to Everyone in the group interaction settings."
menu_5:
type: string
default: ""
description:
en: "Navigation menu section 5 to show to group(s) in setting below. Use lowercase names with dashes for spaces."
display_menu_5_for_these_groups_only:
type: list
list_type: group
default: ""
description:
en: "Display menu section 5 for these groups only - list group names, case-sensitive. Group visibilty must be set to Everyone in the group interaction settings."
menu_6:
type: string
default: ""
description:
en: "Navigation menu section 6 to show to group(s) in setting below. Use lowercase names with dashes for spaces."
display_menu_6_for_these_groups_only:
type: list
list_type: group
default: ""
description:
en: "Display menu section 6 for these groups only - list group names, case-sensitive. Group visibilty must be set to Everyone in the group interaction settings."
menu_7:
type: string
default: ""
description:
en: "Navigation menu section 7 to show to group(s) in setting below. Use lowercase names with dashes for spaces."
display_menu_7_for_these_groups_only:
type: list
list_type: group
default: ""
description:
en: "Display menu section 7 for these groups only - list group names, case-sensitive. Group visibilty must be set to Everyone in the group interaction settings."
menu_8:
type: string
default: ""
description:
en: "Navigation menu section 8 to show to group(s) in setting below. Use lowercase names with dashes for spaces."
display_menu_8_for_these_groups_only:
type: list
list_type: group
default: ""
description:
en: "Display menu section 8 for these groups only - list group names, case-sensitive. Group visibilty must be set to Everyone in the group interaction settings."
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)."