From 123b03add1ef8013e5daf749c9cc60d8fd4ba2aa Mon Sep 17 00:00:00 2001 From: garbash Date: Thu, 9 Apr 2015 15:00:37 +0200 Subject: Updated node types for leap.rhizi.net --- src/local/domain/leap.rhizi.net/domain_types.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/local') diff --git a/src/local/domain/leap.rhizi.net/domain_types.js b/src/local/domain/leap.rhizi.net/domain_types.js index fca6cbfd..af56acbc 100644 --- a/src/local/domain/leap.rhizi.net/domain_types.js +++ b/src/local/domain/leap.rhizi.net/domain_types.js @@ -4,8 +4,8 @@ define({ 'title': 'Keyword', 'attributes': ['description', 'url'], }, - 'person': { - 'title': 'Person', + 'collaborator': { + 'title': 'Collaborator', 'attributes': ['affiliation', 'description', 'email', @@ -18,16 +18,16 @@ define({ 'title': 'Project', 'attributes': ['description', 'url', 'rhizi-url'], }, - 'project_component': { - 'title': 'Project Component', + 'idea': { + 'title': 'Idea', 'attributes': ['description', 'url'], }, - 'objective': { - 'title': 'Objective', + 'need': { + 'title': 'Need', 'attributes': ['description', 'url'], }, 'resource': { - 'title': 'Objective', + 'title': 'Resource', 'attributes': ['description', 'url'], } }, -- cgit v1.3.1