-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.yaml
More file actions
27 lines (25 loc) · 755 Bytes
/
settings.yaml
File metadata and controls
27 lines (25 loc) · 755 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
group_list:
default: "verified,transparent,#7cba40|"
type: "list"
list_type: "simple"
description: 'Enter comma-delimited configuration for categories, in the format "group,bg color,text color". Color in CSS color format.'
moderator_flair:
default: false
type: "bool"
description: "Enable to display a text flair to the right of the moderator shield icon"
moderator_flair_text:
default: "Moderator"
type: "string"
moderator_flair_color:
default: "#e21d1d"
type: "string"
moderator_flair_text_color:
default: "#ffffff"
type: "string"
notice_flair:
default: false
type: "bool"
description: "Enable to display a text flair on posts with staff color enabled"
notice_flair_text:
default: "Official Notice"
type: "string"