-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.yml
More file actions
41 lines (36 loc) · 917 Bytes
/
settings.yml
File metadata and controls
41 lines (36 loc) · 917 Bytes
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
show_header:
default: true
type: bool
description:
en: 'Toggle the title header in the widget'
header_link:
default: /g
type: string
description:
en: 'Where the header links to.'
hidden_groups:
type: list
list_type: group
default: 10|11|12|13|14|3|0
description:
en: 'Select which groups should be hidden from the widget'
show_group_icons:
type: bool
default: true
description:
en: 'Toggle to show or hide the group icons. (Note: when toggled and no icons are set for the group, a default icon will be used)'
show_group_owner_icon:
type: bool
default: true
description:
en: 'Toggle to show or hide the group owner icon'
style:
type: enum
default: 'normal'
choices:
- 'normal'
- 'boxed'
- 'modern'
- 'masonry'
description:
en: 'Select a theme style for the widget (use normal if you would like to override with your own custom CSS)'