summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-06 16:39:53 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-06 16:41:05 +0300
commit08a628d247ef109acb7c60e20f81473ec630eed7 (patch)
tree16842332be656e5c58ce6e59676b30fac3d3c662
parentf45058b7381b46cd6b3eaec57ecbf8efb62d4e1f (diff)
wip: commons-congress types.js
-rw-r--r--src/local/domain/commons-congress_2015/domain_types.js44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/local/domain/commons-congress_2015/domain_types.js b/src/local/domain/commons-congress_2015/domain_types.js
new file mode 100644
index 00000000..3cde7f18
--- /dev/null
+++ b/src/local/domain/commons-congress_2015/domain_types.js
@@ -0,0 +1,44 @@
+define({
+ type_attributes: {
+ 'keyword': {
+ 'title': 'Keyword',
+ 'attributes': ['description', 'url'],
+ },
+ 'person': {
+ 'title': 'Person',
+ 'attributes': ['affiliation',
+ 'street-address',
+ 'description',
+ 'email',
+ 'image-URL',
+ 'name',
+ 'url'
+ ],
+ },
+ 'project': {
+ 'title': 'Project',
+ 'attributes': ['description', 'url'],
+ },
+ 'project_component': {
+ 'title': 'Project Component',
+ 'attributes': ['description', 'url'],
+ },
+ 'objective': {
+ 'title': 'Objective',
+ 'attributes': ['description', 'url'],
+ },
+ 'outcome': {
+ 'title': 'Objective',
+ 'attributes': ['description', 'url'],
+ }
+ },
+ attribute_titles: {
+ 'affiliation': 'Affiliation',
+ 'description': 'Description',
+ 'email': 'Email',
+ 'image-URL': 'Image URL',
+ 'name': 'Name',
+ 'url': 'URL',
+ 'street-address': 'Street Address',
+ }
+}); \ No newline at end of file