Changed the values in widgetConfig file into sentance case. (#8062)

* changed "Image Url" value to "Image URL" in widgetConfig file

* changed "Show the Download" vlaue to "Show the download" value
This commit is contained in:
Damon_248 2023-10-31 22:55:50 +05:30 committed by GitHub
parent 6aa1ede939
commit 0ad1571aa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4894,7 +4894,7 @@ ReactDOM.render(<ConnectedComponent />, document.body);`,
pageControls: { type: 'toggle', displayName: 'Show page controls', validation: { schema: { type: 'boolean' } } },
showDownloadOption: {
type: 'toggle',
displayName: 'Show the Download',
displayName: 'Show the download',
validation: { schema: { type: 'boolean' } },
},
},
@ -5804,7 +5804,7 @@ ReactDOM.render(<ConnectedComponent />, document.body);`,
properties: {
imageUrl: {
type: 'code',
displayName: 'Image Url',
displayName: 'Image URL',
validation: {
schema: { type: 'string' },
},