summaryrefslogtreecommitdiff
path: root/src/local
diff options
context:
space:
mode:
Diffstat (limited to 'src/local')
-rw-r--r--src/local/domain/descartes.rhizi.net/domain_types.js6
-rw-r--r--src/local/domain/ohalo.rhizi.net/domain_types.js3
2 files changed, 6 insertions, 3 deletions
diff --git a/src/local/domain/descartes.rhizi.net/domain_types.js b/src/local/domain/descartes.rhizi.net/domain_types.js
index bb15b2d9..0a9f1409 100644
--- a/src/local/domain/descartes.rhizi.net/domain_types.js
+++ b/src/local/domain/descartes.rhizi.net/domain_types.js
@@ -9,7 +9,7 @@ define({
'url'
],
}],
- ['organisation', {
+ ['resource', {
'title':'Organisation',
'attributes':['description', 'url', 'image-url', 'email'],
}],
@@ -18,8 +18,8 @@ define({
'attributes':['description', 'status', 'url', 'budget', 'total days','image-url'],
}],
['skill', {
- 'title':'Compétence',
- 'attributes':['description', 'url', 'image-url'],
+ 'title':'Compétence',
+ 'attributes':['description', 'url', 'image-url'],
}]
],
attribute_titles:{
diff --git a/src/local/domain/ohalo.rhizi.net/domain_types.js b/src/local/domain/ohalo.rhizi.net/domain_types.js
index 585864c3..f57eb637 100644
--- a/src/local/domain/ohalo.rhizi.net/domain_types.js
+++ b/src/local/domain/ohalo.rhizi.net/domain_types.js
@@ -43,4 +43,7 @@ define({
'image-url': 'image',
'url': 'url',
},
+ misc: {
+ 'direction': 'rtl'
+ }
});