diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-08 00:31:37 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-09 06:39:19 +0300 |
| commit | 8b6e6a963b83cbc5ec3e0e72b805aee8f7a94196 (patch) | |
| tree | 5b9f4328e18663eb4621d6e15593da1271ae8b53 | |
| parent | 9b041c32c4d10f99b5b1f881a23e2ced398b9df5 (diff) | |
commons: move domain_types to leap, add ui names (unused)
| -rw-r--r-- | src/local/domain/leap.rhizi.net/domain_types.js | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/src/local/domain/leap.rhizi.net/domain_types.js b/src/local/domain/leap.rhizi.net/domain_types.js index 0e263b87..a0ce800e 100644 --- a/src/local/domain/leap.rhizi.net/domain_types.js +++ b/src/local/domain/leap.rhizi.net/domain_types.js @@ -35,10 +35,20 @@ define({ 'affiliation': 'Affiliation', 'description': 'Description', 'email': 'Email', + 'image-url': 'Image URL', 'name': 'Name', + 'street-address': 'Street Address', 'type': 'Type', 'url': 'URL', - 'image-url': 'Image URL', - 'rhizi-url': 'Rhizi URL', - } -});
\ No newline at end of file + }, + attribute_ui: { + 'affiliation': 'textarea', + 'description': 'textarea', + 'email': 'input', + 'image-url': 'image', + 'name': 'input', + 'street-address': 'textarea', + 'type': 'type', + 'url': 'url', + }, +}); |
