diff options
Diffstat (limited to 'src/local/domain/r2.tami.org.il')
| -rw-r--r-- | src/local/domain/r2.tami.org.il/domain_types.js | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/src/local/domain/r2.tami.org.il/domain_types.js b/src/local/domain/r2.tami.org.il/domain_types.js deleted file mode 100644 index b9333b3e..00000000 --- a/src/local/domain/r2.tami.org.il/domain_types.js +++ /dev/null @@ -1,54 +0,0 @@ -define({ - type_attributes: [ - ['person', { - 'title': 'Collaborator', - 'attributes': ['affiliation', - 'description', - 'email', - 'image-url', - 'name', - 'url' - ], - }], - ['keyword', { - 'title': 'Task', - 'attributes': ['description', 'url', 'image-url'], - }], - ['project', { - 'title': 'Feature', - 'attributes': ['description', 'url', 'rhizi-url', 'image-url'], - }], - ['idea', { - 'title': 'Idea', - 'attributes': ['description', 'url', 'image-url'], - }], - ['skill', { - 'title': 'Organisation', - 'attributes': ['description', 'url', 'image-url'], - }], - ['resource', { - 'title': 'Resource', - 'attributes': ['description', 'url', 'image-url'], - }] - ], - attribute_titles: { - 'affiliation': 'Affiliation', - 'description': 'Description', - 'email': 'Email', - 'name': 'Name', - 'type': 'Type', - 'url': 'URL', - 'image-url': 'Image URL', - 'rhizi-url': 'Rhizi URL', - }, - attribute_ui: { - 'affiliation': 'textarea', - 'description': 'textarea', - 'email': 'input', - 'name': 'input', - 'type': 'type', - 'image-url': 'image', - 'url': 'url', - 'rhizi-url': 'rhizi-url', - }, -}); |
