Accept 'value' as a detached attribute in image

This commit is contained in:
nathangray 2019-03-19 15:56:46 -06:00
parent 644249e963
commit 19d3cf51b8

View File

@ -260,6 +260,11 @@ var et2_image = (function(){ "use strict"; return expose(et2_baseWidget.extend([
{
this.set_src(_values["src"]);
}
// Not valid, but we'll deal
if (_values["value"])
{
this.setValue(_values["value"]);
}
if (_values["label"])
{