Skip to content

Commit

Permalink
Use accordion in the navigation editor
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Sep 30, 2021
1 parent 6622a13 commit 9c144ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-navigation/src/store/resolvers.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function createNavigationBlock( menuItems ) {
'core/navigation',
{
orientation: 'vertical',
className: 'is-style-accordion',
expandEffect: 'accordion',
},
innerBlocks
);
Expand Down

0 comments on commit 9c144ba

Please sign in to comment.