diff options
Diffstat (limited to 'src')
| -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', + }, +}); |
