Skip to content

Commit

Permalink
adds all allowed innerblocks to the inspector animation experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu authored and scruffian committed Feb 14, 2023
1 parent 6017898 commit 7f7ef13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/block-editor/src/store/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,13 @@ export const SETTINGS_DEFAULTS = {
'core/navigation': { enterDirection: 'leftToRight' },
'core/navigation-submenu': { enterDirection: 'rightToLeft' },
'core/navigation-link': { enterDirection: 'rightToLeft' },
'core/search': { enterDirection: 'rightToLeft' },
'core/social-links': { enterDirection: 'rightToLeft' },
'core/page-list': { enterDirection: 'rightToLeft' },
'core/spacer': { enterDirection: 'rightToLeft' },
'core/home-link': { enterDirection: 'rightToLeft' },
'core/site-title': { enterDirection: 'rightToLeft' },
'core/site-logo': { enterDirection: 'rightToLeft' },
},

generateAnchors: false,
Expand Down

0 comments on commit 7f7ef13

Please sign in to comment.