Made the required changes in widgetConfig.js (#7989)

This commit is contained in:
Vivek Gurudutt K 2023-10-31 18:27:05 +05:30 committed by GitHub
parent ebdda1598b
commit 54dd20d1a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3124,21 +3124,21 @@ export const widgets = [
properties: {
instructionText: {
type: 'code',
displayName: 'Instruction Text',
displayName: 'Instruction text',
validation: {
schema: { type: 'string' },
},
},
enableDropzone: {
type: 'code',
displayName: 'Use Drop zone',
displayName: 'Use drop zone',
validation: {
schema: { type: 'boolean' },
},
},
enablePicker: {
type: 'code',
displayName: 'Use File Picker',
displayName: 'Use file picker',
validation: {
schema: { type: 'boolean' },
},