From 8b6e6a963b83cbc5ec3e0e72b805aee8f7a94196 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 8 Apr 2015 00:31:37 +0300 Subject: commons: move domain_types to leap, add ui names (unused) --- src/local/domain/leap.rhizi.net/domain_types.js | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'src') 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', + }, +}); -- cgit v1.3.1