From 927cdee14ba88197a17415daff40851b11d18f35 Mon Sep 17 00:00:00 2001 From: garbash Date: Mon, 4 May 2015 14:04:26 +0300 Subject: Added Ohalo schema+fragment --- src/local/domain/ohalo.rhizi.net/domain_types.js | 52 ++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/local/domain/ohalo.rhizi.net/domain_types.js (limited to 'src') diff --git a/src/local/domain/ohalo.rhizi.net/domain_types.js b/src/local/domain/ohalo.rhizi.net/domain_types.js new file mode 100644 index 00000000..09a779bd --- /dev/null +++ b/src/local/domain/ohalo.rhizi.net/domain_types.js @@ -0,0 +1,52 @@ +define({ + type_attributes: [ + ['collaborator', { + 'title': 'סטודנט', + 'attributes': ['name', + 'description', + 'image-url', + 'url' + ], + }], + ['keyword', { + 'title': 'מילת-מפצח', + 'attributes': ['description', 'url', 'image-url'], + }], + ['project', { + 'title': 'מאמר', + 'attributes': ['description', 'url', 'image-url'], + }], + ['idea', { + 'title': 'שאלות-ראיון', + 'attributes': ['description', 'url', 'image-url'], + }], + ['skill', { + 'title': 'מאפיןן-מנהיגות', + 'attributes': ['description', 'url', 'image-url'], + }], + ['resource', { + 'title': 'מרואיין', + 'attributes': ['description', 'url', 'image-url'], + }] + ], + attribute_titles: { + 'affiliation': 'Affiliation', + 'description': 'תיאור', + 'email': 'מייל', + 'name': 'שם', + 'type': 'סוג', + 'url': 'לינק', + 'image-url': 'לינק-תמונה', + 'rhizi-url': 'Rhizi URL', + }, + attribute_ui: { + 'affiliation': 'textarea', + 'description': 'textarea', + 'email': 'input', + 'name': 'input', + 'type': 'type', + 'image-url': 'image', + 'url': 'url', + 'rhizi-url': 'rhizi-url', + }, +}); -- cgit v1.3.1