-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.ini
188 lines (154 loc) · 8.09 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
[config]
[config]
; Button background color
button_background.type = "text"
button_background.options.attribs.class = "color"
button_background.options.label = "Button and link background"
button_background.options.value = "#FFFF00"
button_background.options.validators.hex.validator = "HexColor"
; Button text color
button_text.type = "text"
button_text.options.attribs.class = "color"
button_text.options.label = "Button and link text"
button_text.options.value = "#000000"
button_text.options.validators.hex.validator = "HexColor"
; Exhibit Builder navigation background color
eb_nav_background.type = "text"
eb_nav_background.options.attribs.class = "color"
eb_nav_background.options.label = "Exhibit Builder navigation background"
eb_nav_background.options.value = "#FFFF00"
eb_nav_background.options.validators.hex.validator = "HexColor"
; Exhibit Builder navigation text color
eb_nav_text.type = "text"
eb_nav_text.options.attribs.class = "color"
eb_nav_text.options.label = "Exhibit Builder navigation link text"
eb_nav_text.options.value = "#000000"
eb_nav_text.options.validators.hex.validator = "HexColor"
; Featured record body background color
featured_background.type = "text"
featured_background.options.attribs.class = "color"
featured_background.options.label = "Featured content body background color"
featured_background.options.value = "#000000"
featured_background.options.validators.hex.validator = "HexColor"
; Featured record body text color
featured_text.type = "text"
featured_text.options.attribs.class = "color"
featured_text.options.label = "Featured content body text color"
featured_text.options.value = "#FFFFFF"
featured_text.options.validators.hex.validator = "HexColor"
; Home intro background color
home_intro_background.type = "text"
home_intro_background.options.attribs.class = "color"
home_intro_background.options.label = "Homepage text background color"
home_intro_background.options.value = "#000000"
home_intro_background.options.validators.hex.validator = "HexColor"
; Home intro record body text color
home_intro_text.type = "text"
home_intro_text.options.attribs.class = "color"
home_intro_text.options.label = "Homepage text color"
home_intro_text.options.value = "#FFFF00"
home_intro_text.options.validators.hex.validator = "HexColor"
; Top navigation highlight text color
top_nav_highlight_text.type = "text"
top_nav_highlight_text.options.attribs.class = "color"
top_nav_highlight_text.options.label = "Top navigation highlight text color"
top_nav_highlight_text.options.value = "#FFFF00"
top_nav_highlight_text.options.validators.hex.validator = "HexColor"
; 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."
logo.options.validators.count.validator = "Count"
logo.options.validators.count.options.max = "1"
; Header Image
header_image.type = "file"
header_image.options.label = "Header Image"
header_image.options.description = "Choose an image file to display below your header. Recommended max height is 100px."
header_image.options.validators.count.validator = "Count"
header_image.options.validators.count.options.max = "1"
; 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."
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"
homepage_text_position.type = "select"
homepage_text_position.options.label = "Homepage Text Position"
homepage_text_position.options.description = "Determine whether the homepage text should appear above or below featured content."
homepage_text_position.options.multiOptions.top = "Top"
homepage_text_position.options.multiOptions.bottom = "Bottom"
homepage_text_position.options.value = "top"
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"
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"
lightgallery_caption.type = "select"
lightgallery_caption.options.label = "Lightgallery Caption"
lightgallery_caption.options.description = "The content of the caption within a lightgallery slide"
lightgallery_caption.options.multiOptions.title = "Title"
lightgallery_caption.options.multiOptions.description = "Description"
lightgallery_caption.options.multiOptions.none = "None"
navigation_scroll.type = "checkbox"
navigation_scroll.options.label = "Exhibit Builder Scrolling Navigation"
navigation_scroll.options.description = "Check this box if you wish for exhibit navigation to scroll with the content. (Note: does not apply to Internet Explorer.)"
navigation_scroll.options.value = "1"
[groups]
colors.options.legend = "Colors"
colors.options.description = "Provide a hex code to set the color of different elements of the theme. (<a href="http://htmlcolorcodes.com/">Read more about html color codes here.</a> Omeka only uses hex codes, formatted "#XXXXXX".)"
colors.elements[] = "button_background"
colors.elements[] = "button_text"
colors.elements[] = "top_nav_highlight_text"
colors.elements[] = "featured_background"
colors.elements[] = "featured_text"
colors.elements[] = "home_intro_background"
colors.elements[] = "home_intro_text"
colors.elements[] = "eb_nav_background"
colors.elements[] = "eb_nav_text"
head_foot.options.legend = "Header and Footer"
head_foot.elements[] = "logo"
head_foot.elements[] = "header_image"
head_foot.elements[] = "header_image_alt"
head_foot.elements[] = "footer_text"
head_foot.elements[] = "display_footer_copyright"
head_foot.elements[] = "use_advanced_search"
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[] = "homepage_text_position"
itemshow.options.legend = "Item Page"
itemshow.elements[] = "other_media"
itemshow.elements[] = "lightgallery_caption"
exhibit_builder.options.legend = "Exhibit Builder"
exhibit_builder.elements[] = "navigation_scroll"
[plugins]
; Exclude fields from plugins, if they wish.
exclude_fields = "display_featured_item,display_featured_collection,display_featured_exhibit,homepage_text"