diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-08 13:10:51 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-05-08 13:10:51 +0300 |
| commit | a1a6e5bbf8d182473c18d3ca1e95f46203c629b7 (patch) | |
| tree | 0fc4b30d856bbce47d5c88b3ec33d25c7fb90579 /src | |
| parent | e2e3d167fe49f5c163edcb529674e232059a33d7 (diff) | |
Updated cri.rhizi.net domain_types.js
Diffstat (limited to 'src')
| -rw-r--r-- | src/local/domain/cri.rhizi.net/domain_types.js | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/src/local/domain/cri.rhizi.net/domain_types.js b/src/local/domain/cri.rhizi.net/domain_types.js index 7f3ff6f8..b7604874 100644 --- a/src/local/domain/cri.rhizi.net/domain_types.js +++ b/src/local/domain/cri.rhizi.net/domain_types.js @@ -22,8 +22,12 @@ define({ 'attributes': ['description', 'url'], }], ['person', { - 'title': 'Person', - 'attributes': ['description', 'url'], + 'title': 'Student', + 'attributes': ['description', 'url', 'email', 'image-url'], + }], + ['resource', { + 'title': 'Mentor', + 'attributes': ['description', 'url', 'organisation', 'image-url'], }], ['club', { 'title': 'Club', @@ -44,6 +48,26 @@ define({ 'cnrs-inserm-unit-code': 'CNRS / INSERM unit code', 'street-address': 'Street address', 'city': 'City', + 'email': 'Email', + 'image-url':'Image URL', 'country': 'Country', - } + }, + attribute_ui:{ + 'name': 'input', + 'type': 'type', + 'description': 'textarea', + 'url': 'url', + 'status': 'input', + 'startdate': 'Start Date', + 'enddate': 'End Date', + 'internship-type': 'input', + 'facility': 'input', + 'facility-affiliation': 'input', + 'cnrs-inserm-unit-code': 'input', + 'street-address': 'input', + 'city': 'input', + 'email': 'email', + 'image-url':'image', + 'country': 'input', + }, }); |
