summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/local/domain/ohalo.rhizi.net/domain_types.js52
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',
+ },
+});