Skip to content

Commit

Permalink
Add menu bar integration. (#16001)
Browse files Browse the repository at this point in the history
Internal (export-word): Added menu bar integration. Related to #15894. Related to cksource/ckeditor5-commercial#6075.
  • Loading branch information
mremiszewski authored Mar 14, 2024
1 parent 60d9205 commit 2b59bb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ckeditor5-ui/src/menubar/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,8 @@ export const DefaultMenuBarItems: DeepReadonly<MenuBarConfigObject[ 'items' ]> =
{
groupId: 'export',
items: [
'menuBar:exportPdf'
'menuBar:exportPdf',
'menuBar:exportWord'
]
}
]
Expand Down

0 comments on commit 2b59bb5

Please sign in to comment.