Change labels to sentence case for Circular Progress Bar component (#7837)

This commit is contained in:
Shahriar Shatil 2023-10-20 15:34:46 +06:00 committed by GitHub
parent 7a6b1f0e44
commit a2ab6453e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4157,28 +4157,28 @@ export const widgets = [
},
textSize: {
type: 'code',
displayName: 'Text Size',
displayName: 'Text size',
validation: {
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'number' }] },
},
},
strokeWidth: {
type: 'code',
displayName: 'Stroke Width',
displayName: 'Stroke width',
validation: {
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'number' }] },
},
},
counterClockwise: {
type: 'code',
displayName: 'Counter Clockwise',
displayName: 'Counter clockwise',
validation: {
schema: { type: 'boolean' },
},
},
circleRatio: {
type: 'code',
displayName: 'Circle Ratio',
displayName: 'Circle ratio',
validation: {
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'number' }] },
},