summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/local/domain/leap.rhizi.net/domain_types.js (renamed from src/local/domain/commons-congress_2015/domain_types.js)10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/local/domain/commons-congress_2015/domain_types.js b/src/local/domain/leap.rhizi.net/domain_types.js
index 3cde7f18..0e263b87 100644
--- a/src/local/domain/commons-congress_2015/domain_types.js
+++ b/src/local/domain/leap.rhizi.net/domain_types.js
@@ -7,17 +7,16 @@ define({
'person': {
'title': 'Person',
'attributes': ['affiliation',
- 'street-address',
'description',
'email',
- 'image-URL',
+ 'image-url',
'name',
'url'
],
},
'project': {
'title': 'Project',
- 'attributes': ['description', 'url'],
+ 'attributes': ['description', 'url', 'rhizi-url'],
},
'project_component': {
'title': 'Project Component',
@@ -36,9 +35,10 @@ define({
'affiliation': 'Affiliation',
'description': 'Description',
'email': 'Email',
- 'image-URL': 'Image URL',
'name': 'Name',
+ 'type': 'Type',
'url': 'URL',
- 'street-address': 'Street Address',
+ 'image-url': 'Image URL',
+ 'rhizi-url': 'Rhizi URL',
}
}); \ No newline at end of file