-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.ini
167 lines (138 loc) · 7.45 KB
/
config.ini
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
[config]
; Logo
logo.type = "file"
logo.options.label = "Logo File"
logo.options.description = "Choose a logo file. This will replace the site title in the header of the theme. Recommended maximum width for the logo is 500px."
logo.options.validators.count.validator = "Count"
logo.options.validators.count.options.max = "1"
; Header Background Image
header_image.type = "file"
header_image.options.label = "Header Image"
header_image.options.description = "Choose an image file to display below your header."
header_image.options.validators.count.validator = "Count"
header_image.options.validators.count.options.max = "1"
header_image_height.name = "header_image_height"
header_image_height.type = "text"
header_image_height.options.label = "Header Image Height"
header_image_height.options.description = "The maximum height the header image should use. Use valid CSS length units (px, em, rem, etc.)"
header_image_height_mobile.name = "header_image_height_mobile"
header_image_height_mobile.type = "text"
header_image_height_mobile.options.label = "Header Image Height For Mobile Devices"
header_image_height_mobile.options.description = "The maximum height the header image should use at smaller resolutions. Use valid CSS length units (px, em, rem, etc.)"
header_image_position.name = "header_image_position"
header_image_position.type = "select"
header_image_position.options.label = "Header Image Position"
header_image_position.options.description = "Where to affix header image image when scaling down using a fixed height."
header_image_position.options.multiOptions.center = "Fix to center"
header_image_position.options.multiOptions.flex_start = "Fix to top"
header_image_position.options.multiOptions.flex_end = "Fix to bottom"
header_everywhere.type = "checkbox"
header_everywhere.options.label = "Show Header Image On Homepage"
header_everywhere.options.description = "Check this box if you wish to show the featured item on the homepage alongside the featured carousel."
header_everywhere.options.value = "0"
; Header Alt Text
header_image_alt.type = "text"
header_image_alt.options.label = "Alt Text for Header Image"
header_image_alt.options.description = "Provide descriptive text of the header image for screen readers."
; Home Slider Autoplay
home_slider_autoplay.name = "home_slider_autoplay"
home_slider_autoplay.type = "checkbox"
home_slider_autoplay.options.label = "Autoplay Homepage Slides"
home_slider_autoplay.options.value = "1"
; Home Slider Autoplay Speed
home_slider_autoplay_speed.name = "home_slider_autoplay_speed"
home_slider_autoplay_speed.type = "text"
home_slider_autoplay_speed.options.label = "Slide Autoplay Speed"
home_slider_autoplay_speed.options.description = "The speed the slides transition in milliseconds if using autoplay."
home_slider_autoplay_speed.options.value = "5000"
; Show Children in Navigation
nav_show_levels.name = "nav_show_levels"
nav_show_levels.type = "checkbox"
nav_show_levels.options.label = "Show Top Navigation Child Pages"
nav_show_levels.options.description = "Check to show child pages in the top navigation bar. Uncheck to show top-level items only."
nav_show_levels.options.value = "0"
display_featured_item.type = "checkbox"
display_featured_item.options.label = "Display Featured Item"
display_featured_item.options.description = "Check this box if you wish to show the featured item on the homepage."
display_featured_item.options.value = "1"
display_featured_collection.type = "checkbox"
display_featured_collection.options.label = "Display Featured Collection"
display_featured_collection.options.description = "Check this box if you wish to show the featured collection on the homepage."
display_featured_collection.options.value = "1"
display_featured_exhibit.type = "checkbox"
display_featured_exhibit.options.label = "Display Featured Exhibit"
display_featured_exhibit.options.description = "Check this box if you wish to show the featured exhibit on the homepage."
display_featured_exhibit.options.value = "1"
homepage_text.type = "textarea"
homepage_text.options.label = "Homepage Text"
homepage_text.options.description = "Add some text to be displayed on your homepage."
homepage_text.options.rows = "5"
homepage_text.options.attribs.class = "html-input"
footer_text.type = "textarea"
footer_text.options.label = "Footer Text"
footer_text.options.description = "Add some text to be displayed in your theme's footer."
footer_text.options.rows = "5"
footer_text.options.attribs.class = "html-input"
display_footer_copyright.type = "checkbox"
display_footer_copyright.options.label = "Display Copyright in Footer"
display_footer_copyright.options.description = "Check this box if you wish to display your site's copyright information in the footer."
use_advanced_search.type = "checkbox"
use_advanced_search.options.label = "Use Advanced Site-wide Search"
use_advanced_search.options.description = "Check this box if you wish to allow users to search your whole site by record (i.e. item, collection, file) and choose their boolean method."
use_advanced_search.value = "1"
; Body background color
body_bg_color.type = "text"
body_bg_color.options.attribs.class = "color"
body_bg_color.options.label = "Body background color"
body_bg_color.options.value = "#FFFFFF"
body_bg_color.options.validators.hex.validator = "HexColor"
border_color.type = "text"
border_color.options.attribs.class = "color"
border_color.options.label = "Border color"
border_color.options.value = "#DEDEDE"
border_color.options.validators.hex.validator = "HexColor"
link_color.type = "text"
link_color.options.attribs.class = "color"
link_color.options.label = "Link color"
link_color.options.value = "#C72E2E"
link_color.options.validators.hex.validator = "HexColor"
other_media.type = "checkbox"
other_media.options.label = "Non-Image Media"
other_media.options.description = "Check this box if you wish to display files unsupported by the media viewer as links on the page. Uncheck if you want them to remain hidden."
other_media.options.value = "1"
media_caption.type = "select"
media_caption.options.label = "Media Caption"
media_caption.options.description = "The content of the media caption within a lightgallery slide"
media_caption.options.multiOptions.title = "Title"
media_caption.options.multiOptions.description = "Description"
media_caption.options.multiOptions.none = "None"
[groups]
color.options.legend = "Colors"
color.elements[] = "body_bg_color"
color.elements[] = "border_color"
color.elements[] = "link_color"
head_foot.options.legend = "Header and Footer"
head_foot.elements[] = "logo"
head_foot.elements[] = "header_image"
head_foot.elements[] = "header_image_height"
head_foot.elements[] = "header_image_height_mobile"
head_foot.elements[] = "header_image_position"
head_foot.elements[] = "header_image_alt"
head_foot.elements[] = "header_everywhere"
head_foot.elements[] = "footer_text"
head_foot.elements[] = "display_footer_copyright"
head_foot.elements[] = "use_advanced_search"
head_foot.elements[] = "nav_show_levels"
homepage.options.legend = "Homepage"
homepage.elements[] = "display_featured_item"
homepage.elements[] = "display_featured_collection"
homepage.elements[] = "display_featured_exhibit"
homepage.elements[] = "homepage_text"
homepage.elements[] = "home_slider_autoplay"
homepage.elements[] = "home_slider_autoplay_speed"
itemshow.options.legend = "Item Page"
itemshow.elements[] = "other_media"
itemshow.elements[] = "media_caption"
[plugins]
; Exclude fields from plugins, if they wish.
exclude_fields = "display_featured_item,display_featured_collection,display_featured_exhibit,homepage_text"