forked from discourse/discourse-category-banners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.yml
35 lines (28 loc) · 876 Bytes
/
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
show_description:
default: true
description: 'Show description from "About This Category" post'
show_mobile:
default: true
description: "Show banners on mobile"
show_subcategory:
default: true
description: "Show banners for subcategories"
hide_if_no_description:
default: true
description: "Hide banners if category description is not set"
exceptions:
default: ""
type: list
list_type: simple
description: "Banner will not show for these categories NAMES. This is case sensitive."
show_above_site_header:
default: false
type: bool
description: "Display the banner in the above site header connector."
show_below_site_header:
default: true
type: bool
description: "Display the banner in the below site header connector."
show_category_icon:
default: false
description: "Show category icon from Discourse Category Icons component"