Skip to content

Commit

Permalink
Fix: Add item _tooltip._classes to schemas (fixes #342)
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck authored Feb 19, 2025
1 parent 6ef5fdd commit bbc9555
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,16 @@
},
"default": "bottom",
"editorOnly": true
},
"_classes": {
"type": "string",
"required": false,
"default": "",
"title": "Tooltip classes",
"inputType": "Text",
"validators": [],
"help": "Allows you to specify custom CSS classes to be applied to the tooltip.",
"translatable": false
}
}
},
Expand Down
7 changes: 7 additions & 0 deletions schema/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,13 @@
"_adapt": {
"editorOnly": true
}
},
"_classes": {
"type": "string",
"default": "",
"title": "Tooltip classes",
"description": "Allows you to specify custom CSS classes to be applied to the tooltip.",
"translatable": false
}
}
}
Expand Down

0 comments on commit bbc9555

Please sign in to comment.