-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsettings.yml
More file actions
48 lines (47 loc) · 1.13 KB
/
Copy pathsettings.yml
File metadata and controls
48 lines (47 loc) · 1.13 KB
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
custom_topic_sort_order_items:
type: objects
default:
[
{ "icon": clock, "label": js.activity, "action": activity },
{ "icon": calendar, "label": js.created, "action": created },
{ "icon": comments, "label": js.posts, "action": posts },
{ "icon": heart, "label": js.likes, "action": likes },
{ "icon": eye, "label": js.views, "action": views },
]
schema:
name: item
identifier: action
properties:
icon:
type: string
label:
type: string
required: true
action:
type: enum
choices:
- activity
- created
- posts
- likes
- views
- op_likes
- posters
- category
- votes
custom_topic_sort_order_button_icon:
default: "sort"
type: "string"
hide_label_on_mobile:
default: true
type: "bool"
ascending_icon:
default: "arrow-down-wide-short"
type: "string"
descending_icon:
default: "arrow-down-short-wide"
type: "string"
svg_icons:
default: "sort|arrow-down-short-wide|arrow-down-wide-short|calendar"
type: "list"
list_type: "compact"