Add some missing attribute attributes

This commit is contained in:
Nathan Gray
2013-04-09 07:22:35 +00:00
parent af43412921
commit cd0356219c
4 changed files with 9 additions and 5 deletions

View File

@ -25,11 +25,13 @@ var et2_customfields_list = et2_valueWidget.extend([et2_IDetachedDOM, et2_IInput
attributes: {
'customfields': {
'name': 'Custom fields',
'description': 'Auto filled'
'description': 'Auto filled',
'type': 'any'
},
'fields': {
'name': 'Custom fields',
'description': 'Auto filled'
'description': 'Auto filled',
'type': 'any'
},
'value': {
'name': 'Custom fields',