@goldenpine/react-form-builder2 0.20.3-build.20 → 0.20.3-build.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/toolbar.js CHANGED
@@ -423,6 +423,7 @@ var Toolbar = /*#__PURE__*/function (_React$Component) {
423
423
  id: 'place-holder-label'
424
424
  }),
425
425
  field_name: 'camera_',
426
+ upload_layout: 'standard',
426
427
  label_after_camera_icon: intl.formatMessage({
427
428
  id: 'place-holder-display-label-after-camera-icon'
428
429
  }),
@@ -539,6 +540,7 @@ var Toolbar = /*#__PURE__*/function (_React$Component) {
539
540
  elementOptions.max_label = item.max_label;
540
541
  }
541
542
  if (elementKey === 'Camera') {
543
+ elementOptions.upload_layout = item.upload_layout;
542
544
  elementOptions.label_after_camera_icon = item.label_after_camera_icon;
543
545
  elementOptions.message_under_camera_icon = item.message_under_camera_icon;
544
546
  elementOptions.label_after_photo_clear_icon = item.label_after_photo_clear_icon;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goldenpine/react-form-builder2",
3
- "version": "0.20.3-build.20",
3
+ "version": "0.20.3-build.21",
4
4
  "description": "A complete form builder for react.",
5
5
  "main": "lib/index.js",
6
6
  "types": "types/index.d.ts",