Skip to content

Commit

Permalink
Merge pull request #16065 from ckeditor/cc/app-menu-bar-comments-archive
Browse files Browse the repository at this point in the history
Internal (comments): Add menu bar integration for comments archive. Related to #15894.
  • Loading branch information
oleq authored Mar 22, 2024
2 parents 867ee24 + 30fbdfa commit 3187e22
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/ckeditor5-ui/src/menubar/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,11 +589,17 @@ export const DefaultMenuBarItems: DeepReadonly<MenuBarConfigObject[ 'items' ]> =
label: 'Tools',
groups: [
{
groupId: 'tools',
groupId: 'aiTools',
items: [
'menuBar:aiAssistant',
'menuBar:trackChanges'
]
},
{
groupId: 'tools',
items: [
'menuBar:commentsArchive'
]
}
]
},
Expand Down

0 comments on commit 3187e22

Please sign in to comment.