Skip to content

Commit

Permalink
Enable __experimentalGalleryRefactor flag under __DEV__
Browse files Browse the repository at this point in the history
This is only temporary, for testing purposes. This will be replaced with
an actual implementation (which will need to access the flag remotely).
  • Loading branch information
mkevins committed Apr 29, 2021
1 parent 4f018c0 commit acf18ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-editor/src/store/defaults.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import {

const SETTINGS_DEFAULTS = {
...SETTINGS,
// eslint-disable-next-line no-undef
__experimentalGalleryRefactor: __DEV__,
alignWide: true,
};

Expand Down

0 comments on commit acf18ca

Please sign in to comment.