mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
[HF23-AB] Update widgetConfig.js (#7944)
* Update widgetConfig.js * A final commit
This commit is contained in:
parent
0069a9a681
commit
ea146145eb
1 changed files with 2 additions and 2 deletions
|
|
@ -361,7 +361,7 @@ export const widgets = [
|
||||||
},
|
},
|
||||||
actionButtonRadius: {
|
actionButtonRadius: {
|
||||||
type: 'code',
|
type: 'code',
|
||||||
displayName: 'Action Button Radius',
|
displayName: 'Action button radius',
|
||||||
validation: {
|
validation: {
|
||||||
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'boolean' }] },
|
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'boolean' }] },
|
||||||
},
|
},
|
||||||
|
|
@ -391,7 +391,7 @@ export const widgets = [
|
||||||
},
|
},
|
||||||
borderRadius: {
|
borderRadius: {
|
||||||
type: 'code',
|
type: 'code',
|
||||||
displayName: 'Border Radius',
|
displayName: 'Border radius',
|
||||||
validation: {
|
validation: {
|
||||||
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'number' }] },
|
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'number' }] },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue