summaryrefslogtreecommitdiff
path: root/src/local/domain/ohalo.rhizi.net
diff options
context:
space:
mode:
Diffstat (limited to 'src/local/domain/ohalo.rhizi.net')
-rw-r--r--src/local/domain/ohalo.rhizi.net/domain_types.js49
1 files changed, 0 insertions, 49 deletions
diff --git a/src/local/domain/ohalo.rhizi.net/domain_types.js b/src/local/domain/ohalo.rhizi.net/domain_types.js
deleted file mode 100644
index c88840c5..00000000
--- a/src/local/domain/ohalo.rhizi.net/domain_types.js
+++ /dev/null
@@ -1,49 +0,0 @@
-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: {
- 'description': 'תיאור',
- 'name': 'שם',
- 'type': 'סוג',
- 'url': 'לינק',
- 'image-url': 'לינק-תמונה',
- },
- attribute_ui: {
- 'description': 'textarea',
- 'name': 'input',
- 'type': 'type',
- 'image-url': 'image',
- 'url': 'url',
- },
- misc: {
- 'direction': 'rtl'
- }
-});