-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.ini
194 lines (157 loc) · 8.75 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
189
190
191
192
193
194
[config]
;Appearance
background_color.type = "text"
background_color.options.label = "Background Color"
background_color.options.description = "The background colour, where there is no background image. Any CSS color can be used"
background_color.options.value = "#103c63"
background_image.type = "file"
background_image.options.label = "Background Image"
background_image.options.description = "Choose an image file to use as a background for the area outside the content. If absent, the background will be a solid colour"
background_image.options.validators.count.validator = "Count"
background_image.options.validators.count.options.max = "1"
background_tile.type = "checkbox"
background_tile.options.label = "Tile Background Image"
background_tile.options.description = "The background image is a tile that will repeat hoizontally and vertically. If unchecked, the background image will show horizontally centred."
single_line_item.options.value = "1"
single_line_item.type = "checkbox"
single_line_item.options.label = "Single Line Item"
single_line_item.options.description = "Check this box if you wish items to appear as a list-like single line caption with more information available on mouse-over."
single_line_item.options.value = "1"
sortable_shortcodes.type = "checkbox"
sortable_shortcodes.options.label = "User-Sortable Shortcodes"
sortable_shortcodes.options.description = "Check this box if you wish item and collection lists in a shortcode to have user-selectable sort options, similar to the browse pages."
sortable_shortcodes.options.value = "1"
; 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"
logo_size.type = "text"
logo_size.options.label = "Site Title Size"
logo_size.options.description = "The text size of a site title if a logo file is not used. Any CSS size can be used"
logo_size.options.value = "60px"
logo_color.type = "text"
logo_color.options.label = "Site Title Color"
logo_color.options.description = "The color of a site title if a logo file is not used. Any CSS color can be used"
logo_color.options.value = "#cccccc"
; 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. Recommended max height is 100px."
header_image.options.validators.count.validator = "Count"
header_image.options.validators.count.options.max = "1"
; Site title size and colour
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_recent_items.type = "text"
homepage_recent_items.options.label = "Homepage Recent Items"
homepage_recent_items.options.description = "Choose a number of recent items to be displayed on the homepage."
homepage_recent_items.options.maxlength = "2"
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"
; Item types for citation
article_type.type = "text"
article_type.options.label = "Article Item Type"
article_type.options.description = "The name of the item type that means that the item is an article published in a journal."
article_type.options.value = "Article"
conference_paper_type.type = "text"
conference_paper_type.options.label = "Conference Paper Item Type"
conference_paper_type.options.description = "The name of the item type that means that the item is a paper given at a conference."
conference_paper_type.options.value = "Conference Paper"
book_type.type = "text"
book_type.options.label = "Book Item Type"
book_type.options.description = "The name of the item type that means that the item is a book."
book_type.options.value = "Book"
manual_type.type = "text"
manual_type.options.label = "Manual Item Type"
manual_type.options.description = "The name of the item type that means that the item is a manual, technical documentation or similar."
manual_type.options.value = "Manual"
thesis_type.type = "text"
thesis_type.options.label = "Thesis Item Type"
thesis_type.options.description = "The name of the item type that means that the item is a PhD or Masters thesis."
thesis_type.options.value = "Thesis"
report_type.type = "text"
report_type.options.label = "Report Item Type"
report_type.options.description = "The name of the item type that means that the item is a report."
report_type.options.value = "Report"
text_type.type = "text"
text_type.options.label = "Text Item Type"
text_type.options.description = "The name of the item type that means that the item is non-specific text."
text_type.options.value = "Text"
website_type.type = "text"
website_type.options.label = "Website Item Type"
website_type.options.description = "The name of the item type that means that the item is a reference to an entire website."
website_type.options.value = "Website"
hyperlink_type.type = "text"
hyperlink_type.options.label = "Hyperlink Item Type"
hyperlink_type.options.description = "The name of the item type that means that the item is a reference to a single web resource."
hyperlink_type.options.value = "Hyperlink"
moving_image_type.type = "text"
moving_image_type.options.label = "Moving Image Item Type"
moving_image_type.options.description = "The name of the item type that means that the item is a moving image."
moving_image_type.options.value = "Moving Image"
still_image_type.type = "text"
still_image_type.options.label = "Still Image Item Type"
still_image_type.options.description = "The name of the item type that means that the item is a still image."
still_image_type.options.value = "Still Image"
[groups]
head_foot.options.legend = "Page Design"
head_foot.elements[] = "background_color"
head_foot.elements[] = "background_image"
head_foot.elements[] = "background_tile"
head_foot.elements[] = "single_line_item"
head_foot.elements[] = "sortable_shortcodes"
head_foot.elements[] = "logo"
head_foot.elements[] = "logo_size"
head_foot.elements[] = "logo_color"
head_foot.elements[] = "header_image"
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_recent_items"
homepage.elements[] = "homepage_text"
citation.options.legend = "Citation Styles"
citation.elements[] = "article_type"
citation.elements[] = "conference_paper_type"
citation.elements[] = "book_type"
citation.elements[] = "manual_type"
citation.elements[] = "thesis_type"
citation.elements[] = "report_type"
citation.elements[] = "text_type"
citation.elements[] = "website_type"
citation.elements[] = "hyperlink_type"
citation.elements[] = "still_image_type"
citation.elements[] = "moving_image_type"
[plugins]
; Exclude fields from plugins, if they wish.
exclude_fields = "display_featured_item,display_featured_collection,display_featured_exhibit,homepage_recent_items,homepage_text"