Project

General

Profile

« Previous | Next » 

Revision 4280

Added by daigle over 15 years ago

Bring the <skin>.properties file into sync with the old <skin>.cfg data. Modify metadata files so appropriate configuration information is shown for each skin.

View differences:

esa.properties.metadata.xml
9 9
	</group>
10 10

  
11 11
	<config>
12
		<key>registry.db.connection</key>
13
		<label>Database Connection</label>
12
		<key>registry.show.siteList</key>
13
		<label>Show Site List</label>
14 14
		<group>1</group>
15 15
		<index>1</index>
16
		<description>Local database connection string.</description>
16
		<fieldType>checkbox</fieldType>
17
		<description>Show the site list in the registry.</description>
18
		<helpFile>properties.html#registry.show.siteList</helpFile>
17 19
	</config>
18
	
20

  
19 21
	<config>
20
		<key>registry.db.user</key>
21
		<label>Database Username</label>
22
	<!-- TODO MCD what the heck is wg? -->
23
		<key>registry.show.wgList</key>
24
		<label>Show Work Group List</label>
22 25
		<group>1</group>
23 26
		<index>2</index>
24
		<description>Local database user name.</description>
27
		<fieldType>checkbox</fieldType>
28
		<description>Show the wg list in the registry.</description>
29
		<helpFile>properties.html#registry.show.wgList</helpFile>
25 30
	</config>
26 31

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

  
42
	<config>
43
		<key>registry.modules.taxonomic</key>
44
		<label>Show Taxonomic Module</label>
45
		<group>1</group>
46
		<index>4</index>
47
		<fieldType>checkbox</fieldType>
48
		<description>Show the taxonmic section in the registry.</description>
49
		<helpFile>properties.html#registry.modules.taxonomic</helpFile>
50
	</config>
51
	
52
	<config>
53
		<key>registry.modules.method</key>
54
		<label>Show Method Module</label>
55
		<group>1</group>
56
		<index>5</index>
57
		<fieldType>checkbox</fieldType>
58
		<description>Show the method section in the registry.</description>
59
		<helpFile>properties.html#registry.modules.method</helpFile>
60
	</config>
61
	
62
	<config>
63
		<key>registry.modules.spatial</key>
64
		<label>Show Spatial Module</label>
65
		<group>1</group>
66
		<index>6</index>
67
		<fieldType>checkbox</fieldType>
68
		<description>Show the spatial section in the registry.</description>
69
		<helpFile>properties.html#registry.modules.spatial</helpFile>
70
	</config>
71

  
72
	<config>
73
		<key>registry.modules.keyword</key>
74
		<label>Show Keyword Module</label>
75
		<group>1</group>
76
		<index>7</index>
77
		<fieldType>checkbox</fieldType>
78
		<description>Show the keyword section in the registry.</description>
79
		<helpFile>properties.html#registry.modules.keyword</helpFile>
80
	</config>
81

  
82
	<config>
83
		<key>registry.modules.temporal</key>
84
		<label>Show Temporal Module</label>
85
		<group>1</group>
86
		<index>8</index>
87
		<fieldType>checkbox</fieldType>
88
		<description>Show the temporal section in the registry.</description>
89
		<helpFile>properties.html#registry.modules.temporal</helpFile>
90
	</config>
91
	
92
	<config>
93
		<key>registry.modules.upload</key>
94
		<label>Show Upload Module</label>
95
		<group>1</group>
96
		<index>9</index>
97
		<fieldType>checkbox</fieldType>
98
		<description>Show the upload section in the registry.</description>
99
		<helpFile>properties.html#registry.modules.upload</helpFile>
100
	</config>
101
	
102
	<config>
103
		<key>registry.required.temporal</key>
104
		<label>Temporal Value Required</label>
105
		<group>1</group>
106
		<index>10</index>
107
		<fieldType>checkbox</fieldType>
108
		<description>Determine if temporal value must be entered.</description>
109
		<helpFile>properties.html#registry.required.temporal</helpFile>
110
	</config>
111
	
112
	<config>
113
		<key>registry.required.spatial</key>
114
		<label>Spatial Value Required</label>
115
		<group>1</group>
116
		<index>11</index>
117
		<fieldType>checkbox</fieldType>
118
		<description>Determine if spatial value must be entered.</description>
119
		<helpFile>properties.html#registry.required.spatial</helpFile>
120
	</config>
121
	
122
	<config>
123
		<key>registry.required.contactEmailAddress</key>
124
		<label>Contact Email Address Required</label>
125
		<group>1</group>
126
		<index>12</index>
127
		<fieldType>checkbox</fieldType>
128
		<description>Determine if contact email address must be entered.</description>
129
		<helpFile>properties.html#registry.required.contactEmailAddress</helpFile>
130
	</config>
131

  
36 132
</metadataConfig>

Also available in: Unified diff