From f5b6be9b5d4eede0a6bbe132b7c3e7ac0ee2baa6 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 20 Feb 2015 12:28:52 -0800 Subject: [PATCH] [Fixed Position] Add Image Properties dialog Add Image Properties dialog, for when a new image element is created. WTD-880. --- .../layout/src/elements/ElementFactory.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 + } + ] + } + ] + } }; /**