mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
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:
parent
6aa1ede939
commit
0ad1571aa7
1 changed files with 2 additions and 2 deletions
|
|
@ -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' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue