Add src attribute as an option to iframe widget

This commit is contained in:
Hadi Nategh 2017-01-04 11:57:31 +01:00
parent dc84982a55
commit fdad5d0fcf

View File

@ -49,6 +49,12 @@ var et2_iframe = (function(){ "use strict"; return et2_valueWidget.extend(
"default": false,
description: "Make the iframe compatible to be a fullscreen video player mode",
type: "boolean"
},
src: {
name: "Source",
"default": "",
description: "Specifies URL for the iframe",
type: "string"
}
},