Add missing icon to Excel DataLink schema (#9370)

I forgot to do this in the previous PR #9346, so following up.
This commit is contained in:
Radosław Waśko 2024-03-11 23:46:01 +01:00 committed by GitHub
parent 29784de391
commit c401694fa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,9 +260,9 @@
"properties": {
"type": { "const": "workbook", "type": "string" },
"defaultSheet": {
"title": "Default sheet",
"title": "Default sheet ",
"$comment": "I want the title to be 'Default sheet (for writing)' to make it clear without hovering, but then the label is too wide. Can we make the modal wider?",
"description": "The default sheet used when writing a table to this data link.",
"description": "The default sheet used when writing a table to the workbook that this data link points to.",
"type": "string",
"minLength": 1,
"default": "EnsoSheet"