Skip to content

Commit 1cf92f9

Browse files
authored
Update settings.yml
removed some of the defaults from list settings
1 parent 331deab commit 1cf92f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings.yml

Lines changed: 4 additions & 4 deletions
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)