diff --git a/api/js/etemplate/et2_widget_iframe.js b/api/js/etemplate/et2_widget_iframe.js index 45ea7e6479..3ad3b51446 100644 --- a/api/js/etemplate/et2_widget_iframe.js +++ b/api/js/etemplate/et2_widget_iframe.js @@ -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" } },