diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-04 14:04:26 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-05-04 14:04:26 +0300 |
| commit | 927cdee14ba88197a17415daff40851b11d18f35 (patch) | |
| tree | e07200bf4358091652bcb38f9eebf6eeb4cf8880 /src | |
| parent | 7d4d578f14cc49c92570e17baf6678fdbc5f145e (diff) | |
Added Ohalo schema+fragment
Diffstat (limited to 'src')
| -rw-r--r-- | src/local/domain/ohalo.rhizi.net/domain_types.js | 52 |
1 files changed, 52 insertions, 0 deletions
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', + }, +}); |
