diff options
Diffstat (limited to 'src/local/domain/cri.rhizi.net')
| -rw-r--r-- | src/local/domain/cri.rhizi.net/domain_types.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/local/domain/cri.rhizi.net/domain_types.js b/src/local/domain/cri.rhizi.net/domain_types.js index c8610aa9..7f3ff6f8 100644 --- a/src/local/domain/cri.rhizi.net/domain_types.js +++ b/src/local/domain/cri.rhizi.net/domain_types.js @@ -1,6 +1,6 @@ define({ - type_attributes: { - 'internship': { + type_attributes: [ + ['internship', { 'title': 'Internship', 'attributes': ['status', 'startdate', 'enddate', 'description', 'url', @@ -12,24 +12,24 @@ define({ 'city', 'country', ], - }, - 'skill': { + }], + ['skill', { 'title': 'Skill', 'attributes': ['description', 'url'], - }, - 'interest': { + }], + ['interest', { 'title': 'Interesst', 'attributes': ['description', 'url'], - }, - 'person': { + }], + ['person', { 'title': 'Person', 'attributes': ['description', 'url'], - }, - 'club': { + }], + ['club', { 'title': 'Club', 'attributes': ['description', 'url'], - } - }, + }] + ], attribute_titles: { 'name': 'Name', 'type': 'Type', |
