Skip to content

Commit 6c11a53

Browse files
authored
Merge pull request #6 from Lillinator/remove-some-defaults
Update settings.yml
2 parents 331deab + 1cf92f9 commit 6c11a53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
show_these_sections_for_staff_only:
22
type: list
3-
default: chat-channels|chat-dms|custom-staff-menu-example
3+
default: custom-staff-menu-example
44
description:
55
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)."
66

77
show_these_sections_for_logged-in_only:
88
type: list
9-
default: community|categories|tags|custom-user-menu-example
9+
default: custom-user-menu-example
1010
description:
1111
en: "Show these navigation sidebar sections for logged-in only (hide from anonymous users). Can use default or custom sections."
1212

1313
show_these_links_for_staff_only:
1414
type: list
15-
default: anniversaries|birthdays|users|Custom Staff Link Example
15+
default: Custom Staff Link Example
1616
description:
1717
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."
1818

1919
show_these_links_for_logged-in_only:
2020
type: list
21-
default: everything|docs|badges|about|faq|Custom User Link Example
21+
default: Custom User Link Example
2222
description:
2323
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."
2424

0 commit comments

Comments
 (0)