Skip to content

Commit

Permalink
fix(ui): allow dynamic names in QEditorSlots type (#16069)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufkandemir committed Jul 13, 2023
1 parent 7e35a59 commit 0302bb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/src/components/editor/QEditor.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,5 +368,11 @@
"tsType": "QEditorCaret",
"desc": "The current caret state"
}
},

"slots": {
"[command]": {
"desc": "Content for the given command in the toolbar"
}
}
}

0 comments on commit 0302bb3

Please sign in to comment.