-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathsettings.yml
44 lines (38 loc) · 963 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
36
37
38
39
40
41
42
43
44
show_on:
default: top_menu
type: enum
choices:
- top_menu
- homepage
- discovery
- all
description: top_menu refers to the <a href="/admin/site_settings/category/all_results?filter=top_menu">top menu site setting</a>
plugin_outlet:
default: "above-main-container"
type: enum
choices:
- above-main-container
- below-site-header
background_image_light:
type: upload
default: ""
description: background image for the banner on light color palettes
background_image_dark:
type: upload
default: ""
description: background image for the banner on dark color palettes
tile_background_image: false
show_for:
default: everyone
type: enum
choices:
- everyone
- logged_in
- logged_out
special_style:
default: "basic style (default)"
type: enum
description: optional variations that change the appearance of the search banner
choices:
- "big search, no text"
- "basic style (default)"