diff options
| author | garbash <dor.garbash@gmail.com> | 2015-04-21 12:36:30 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-04-21 12:36:36 +0300 |
| commit | 101095f23ba0e98e3d4f34185bdd53686ddfede6 (patch) | |
| tree | 32c3c5fcbca32f5c29a6f4d0d1be3c622a37fa49 /src | |
| parent | a6cf8635cd4eec130fd2fa5f6015653686e897d6 (diff) | |
Add middle-score to multi-word node types
Also: See issues #508 + #509
Diffstat (limited to 'src')
| -rw-r--r-- | src/local/domain/descartes.rhizi.net/domain_types.js | 6 |
1 files changed, 3 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 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'], }], |
