generated from discourse/discourse-theme-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 12
/
settings.yml
38 lines (38 loc) · 1 KB
/
settings.yml
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
blocks:
default: >-
[]
json_schema: >-
{
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"params": {
"type": "array",
"format": "table",
"uniqueItems": true,
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
}
}
}
}
show_in_routes:
type: list
list_type: "simple"
default: ""
description: "Advanced users only: limit sidebar to the selected routes. <br/><br/>Examples: discovery.latest, discovery.unread, discovery.new, discovery.top, tag.show, \"c/category-slug\" (for categories), \"tag/sample-tag\" (for tags). <br/><br/>When empty, the sidebar is shown on all list routes."
allow_any: true
choices: