From fd6f9c830d04626b914dc9fd2766bfedd68be8c3 Mon Sep 17 00:00:00 2001 From: garbash Date: Mon, 18 May 2015 17:38:32 +0300 Subject: Modified Ohalo domain types --- res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'res/domain-fragment.d') diff --git a/res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js b/res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js index c88840c5..4021fef2 100644 --- a/res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js +++ b/res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js @@ -27,7 +27,19 @@ define({ ['resource', { 'title': 'מרואיין', 'attributes': ['description', 'url', 'image-url'], - }] + }], + ['personality-trait', { + 'title': 'פרופיל אישי', + 'attributes': ['description', 'url', 'image-url'], + }], + ['accepting-changes', { + 'title': 'קבלת שינויים', + 'attributes': ['description', 'url', 'image-url'], + }], + ['decision-making', { + 'title': 'קבלת החלטות', + 'attributes': ['description', 'url', 'image-url'], + }], ], attribute_titles: { 'description': 'תיאור', -- cgit v1.3.1