mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
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:
parent
29784de391
commit
c401694fa9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user