diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-18 17:38:32 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-05-18 17:38:32 +0300 |
| commit | fd6f9c830d04626b914dc9fd2766bfedd68be8c3 (patch) | |
| tree | 8380614aa903257fbfc946d88215d78b6c320585 /res/domain-fragment.d | |
| parent | 9dd28bedcac9bd31373b2a9f0c4b7350318dcdc0 (diff) | |
Modified Ohalo domain types
Diffstat (limited to 'res/domain-fragment.d')
| -rw-r--r-- | res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js | 14 |
1 files changed, 13 insertions, 1 deletions
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': 'תיאור', |
