+
+ {name}
+
+
+ onChange(event.target.value)} />
+ onChange(image.url)}
+ allowedTypes={['image']}
+ render={({ open }) => (
+
+ )}
+ />
+
+
+);
+
+export default ImageSettings;
diff --git a/views/form/editor.html b/views/form/editor.html
index dc6511a5c2..e17bc67bfd 100644
--- a/views/form/editor.html
+++ b/views/form/editor.html
@@ -44,6 +44,8 @@
'formSettings': _x('Settings', 'A settings section heading'),
'formSettingsStyles': __('Styles'),
'formSettingsStylesBackgroundColor': __('Background Color'),
+ 'formSettingsStylesBackgroundImage': __('Background Image'),
+ 'formSettingsStylesSelectImage': __('Select Imageā¦'),
'formSettingsStylesFontSize': __('Font Size'),
'formSettingsStylesFontColor': __('Font Color'),
'formSettingsStylesFontColorInherit': __('Inherit from theme'),