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
		<key>registry.show.wgList</key>
48
		<label>Show Work Group List</label>
49
		<group>1</group>
50
		<index>5</index>
51
		<fieldType>checkbox</fieldType>
52
		<description>Show the work group list in the registry.</description>
53
		<helpFile>properties.html#registry.show.wgList</helpFile>
54
	</config>
55

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

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

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

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

    
156
</metadataConfig>
(2-2/2)