Project

General

Profile

1
<?xml version="1.0"?>
2

    
3
<metadataConfig>
4
	<group>
5
		<index>1</index>
6
		<name>Skins Configuration</name>
7
		<comment>Choose configure the skins that will be available in this instance of MetaCat.</comment> 
8
		<description>Skin Configuration Values.</description>
9
	</group>
10

    
11
	<config>
12
		<key>registry.db.connection</key>
13
		<label>Database Connection</label>
14
		<group>1</group>
15
		<index>1</index>
16
		<description>Local database connection string.</description>
17
	</config>
18
	
19
	<config>
20
		<key>registry.db.user</key>
21
		<label>Database Username</label>
22
		<group>1</group>
23
		<index>2</index>
24
		<description>Local database user name.</description>
25
	</config>
26

    
27
	<config>
28
		<key>registry.db.password</key>
29
		<label>Database Password</label>
30
		<group>1</group>
31
		<fieldType>password</fieldType>
32
		<index>3</index>
33
		<description>Local database password.</description>
34
	</config>
35
	
36
		<config>
37
		<key>registry.show.siteList</key>
38
		<label>Show Site List</label>
39
		<group>1</group>
40
		<index>4</index>
41
		<fieldType>checkbox</fieldType>
42
		<description>Show the site list in the registry.</description>
43
		<helpFile>properties.html#registry.show.siteList</helpFile>
44
	</config>
45

    
46
	<config>
47
	<!-- TODO MCD what the heck is wg? -->
48
		<key>registry.show.wgList</key>
49
		<label>Show WG List</label>
50
		<group>1</group>
51
		<index>5</index>
52
		<fieldType>checkbox</fieldType>
53
		<description>Show the wg list in the registry.</description>
54
		<helpFile>properties.html#registry.show.wgList</helpFile>
55
	</config>
56

    
57
	<config>
58
		<key>registry.show.organization</key>
59
		<label>Show WG List</label>
60
		<group>1</group>
61
		<index>6</index>
62
		<fieldType>checkbox</fieldType>
63
		<description>Show the organization in the registry.</description>
64
		<helpFile>properties.html#registry.show.organization</helpFile>
65
	</config>
66

    
67
	<config>
68
		<key>registry.modules.taxonomic</key>
69
		<label>Show Taxonomic Module</label>
70
		<group>1</group>
71
		<index>7</index>
72
		<fieldType>checkbox</fieldType>
73
		<description>Show the taxonmic section in the registry.</description>
74
		<helpFile>properties.html#registry.modules.taxonomic</helpFile>
75
	</config>
76
	
77
	<config>
78
		<key>registry.modules.method</key>
79
		<label>Show Method Module</label>
80
		<group>1</group>
81
		<index>8</index>
82
		<fieldType>checkbox</fieldType>
83
		<description>Show the method section in the registry.</description>
84
		<helpFile>properties.html#registry.modules.method</helpFile>
85
	</config>
86
	
87
	<config>
88
		<key>registry.modules.spatial</key>
89
		<label>Show Spatial Module</label>
90
		<group>1</group>
91
		<index>9</index>
92
		<fieldType>checkbox</fieldType>
93
		<description>Show the spatial section in the registry.</description>
94
		<helpFile>properties.html#registry.modules.spatial</helpFile>
95
	</config>
96

    
97
	<config>
98
		<key>registry.modules.keyword</key>
99
		<label>Show Keyword Module</label>
100
		<group>1</group>
101
		<index>10</index>
102
		<fieldType>checkbox</fieldType>
103
		<description>Show the keyword section in the registry.</description>
104
		<helpFile>properties.html#registry.modules.keyword</helpFile>
105
	</config>
106

    
107
	<config>
108
		<key>registry.modules.temporal</key>
109
		<label>Show Temporal Module</label>
110
		<group>1</group>
111
		<index>11</index>
112
		<fieldType>checkbox</fieldType>
113
		<description>Show the temporal section in the registry.</description>
114
		<helpFile>properties.html#registry.modules.temporal</helpFile>
115
	</config>
116
	
117
	<config>
118
		<key>registry.modules.upload</key>
119
		<label>Show Upload Module</label>
120
		<group>1</group>
121
		<index>12</index>
122
		<fieldType>checkbox</fieldType>
123
		<description>Show the upload section in the registry.</description>
124
		<helpFile>properties.html#registry.modules.upload</helpFile>
125
	</config>
126
	
127
	<config>
128
		<key>registry.required.temporal</key>
129
		<label>Temporal Value Required</label>
130
		<group>1</group>
131
		<index>13</index>
132
		<fieldType>checkbox</fieldType>
133
		<description>Determine if temporal value must be entered.</description>
134
		<helpFile>properties.html#registry.required.temporal</helpFile>
135
	</config>
136
	
137
	<config>
138
		<key>registry.required.spatial</key>
139
		<label>Spatial Value Required</label>
140
		<group>1</group>
141
		<index>14</index>
142
		<fieldType>checkbox</fieldType>
143
		<description>Determine if spatial value must be entered.</description>
144
		<helpFile>properties.html#registry.required.spatial</helpFile>
145
	</config>
146
	
147
	<config>
148
		<key>registry.required.contactEmailAddress</key>
149
		<label>Contact Email Address Required</label>
150
		<group>1</group>
151
		<index>15</index>
152
		<fieldType>checkbox</fieldType>
153
		<description>Determine if contact email address must be entered.</description>
154
		<helpFile>properties.html#registry.required.contactEmailAddress</helpFile>
155
	</config>
156

    
157
</metadataConfig>
(10-10/14)