[HF23-AB] Update widgetConfig.js (#7944)

* Update widgetConfig.js

* A final commit
This commit is contained in:
Dev Sanghvi 2023-10-20 14:55:03 +05:30 committed by GitHub
parent 0069a9a681
commit ea146145eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -361,7 +361,7 @@ export const widgets = [
},
actionButtonRadius: {
type: 'code',
displayName: 'Action Button Radius',
displayName: 'Action button radius',
validation: {
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'boolean' }] },
},
@ -391,7 +391,7 @@ export const widgets = [
},
borderRadius: {
type: 'code',
displayName: 'Border Radius',
displayName: 'Border radius',
validation: {
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'number' }] },
},