diff --git a/platform/features/layout/src/elements/ElementFactory.js b/platform/features/layout/src/elements/ElementFactory.js index c1824a7f1f..9e1ee6e2b9 100644 --- a/platform/features/layout/src/elements/ElementFactory.js +++ b/platform/features/layout/src/elements/ElementFactory.js @@ -11,7 +11,21 @@ define( } }, DIALOGS = { - + "fixed.image": { + name: "Image Properties", + sections: [ + { + rows: [ + { + key: "url", + control: "textfield", + name: "Image URL", + required: true + } + ] + } + ] + } }; /**