diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-14 01:13:19 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-14 01:13:19 +0200 |
| commit | 60e8d81afd28464e6bbc4465452ab0f8c07dc2a5 (patch) | |
| tree | 32eec9e09bbfbb168de171cb620c1fd53f6434e4 /src | |
| parent | 9e24af039074c84d07b0aa0a2b30581431bc9f60 (diff) | |
leap domain: add image-url to all types
Diffstat (limited to 'src')
| -rw-r--r-- | src/local/domain/leap.rhizi.net/domain_types.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/local/domain/leap.rhizi.net/domain_types.js b/src/local/domain/leap.rhizi.net/domain_types.js index 4a885a7a..92227728 100644 --- a/src/local/domain/leap.rhizi.net/domain_types.js +++ b/src/local/domain/leap.rhizi.net/domain_types.js @@ -12,23 +12,23 @@ define({ }], ['keyword', { 'title': 'Keyword', - 'attributes': ['description', 'url'], + 'attributes': ['description', 'url', 'image-url'], }], ['project', { 'title': 'Project', - 'attributes': ['description', 'url', 'rhizi-url'], + 'attributes': ['description', 'url', 'rhizi-url', 'image-url'], }], ['idea', { 'title': 'Idea', - 'attributes': ['description', 'url'], + 'attributes': ['description', 'url', 'image-url'], }], ['skill', { 'title': 'Skill', - 'attributes': ['description', 'url'], + 'attributes': ['description', 'url', 'image-url'], }], ['resource', { 'title': 'Resource', - 'attributes': ['description', 'url'], + 'attributes': ['description', 'url', 'image-url'], }] ], attribute_titles: { |
