From 101095f23ba0e98e3d4f34185bdd53686ddfede6 Mon Sep 17 00:00:00 2001 From: garbash Date: Tue, 21 Apr 2015 12:36:30 +0300 Subject: Add middle-score to multi-word node types Also: See issues #508 + #509 --- src/local/domain/descartes.rhizi.net/domain_types.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/local/domain/descartes.rhizi.net/domain_types.js b/src/local/domain/descartes.rhizi.net/domain_types.js index 1ebe3f1d..ef9e264f 100644 --- a/src/local/domain/descartes.rhizi.net/domain_types.js +++ b/src/local/domain/descartes.rhizi.net/domain_types.js @@ -13,15 +13,15 @@ define({ 'title': 'Beneficiary', 'attributes': ['description', 'url', 'image-url', 'email'], }], - ['completed project', { + ['completed-project', { 'title': 'Completed project', 'attributes': ['description', 'url', 'budget', 'total days','image-url'], }], - ['ongoing project', { + ['ongoing-project', { 'title': 'Ongoing project project', 'attributes': ['description', 'url', 'budget', 'total days','image-url'], }], - ['future project', { + ['future-project', { 'title': 'Future project', 'attributes': ['description', 'url', 'budget', 'total days','image-url'], }], -- cgit v1.3.1