-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsettings.yml
42 lines (34 loc) · 1.04 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
39
40
41
42
show_on_mobile:
default: true
description: "Show tag banners on mobile devices"
show_tag_description:
default: true
description: "Show tag description when available"
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_above_main_container:
default: false
type: bool
description: "Display the banner in the above main container connector, for sites with the sidebar enabled."
remove_tag_hyphen:
default: false
type: bool
description: "Remove hyphens from tag names in banners"
remove_tag_underscore:
default: false
type: bool
description: "Remove underscores from tag names in banners"
hide_tag_icon:
default: false
type: bool
description: "Hide the tag icon when used along with category banners"
show_with_category_banners:
default: false
type: bool
description: "Show full banner alongside category banners"