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

@ -27,7 +27,8 @@ var et2_description = et2_baseWidget.extend([et2_IDetachedDOM], {
"name": "Value",
"type": "string",
"description": "Displayed text",
"translate": "!no_lang"
"translate": "!no_lang",
"default": ""
},
/**