Skip to content

Commit

Permalink
Temporarily hard-code experimenal gallery refactor flag to true
Browse files Browse the repository at this point in the history
This will be reverted once the block settings are fetched from the REST
API. This is enabled for now for testing purposes.
  • Loading branch information
mkevins committed Jun 4, 2021
1 parent 0ad9640 commit 6fbaed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-editor/src/store/defaults.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {

const SETTINGS_DEFAULTS = {
...SETTINGS,
// eslint-disable-next-line no-undef
__experimentalGalleryRefactor: __DEV__,
// FOR TESTING ONLY - Later, this will come from a REST API
__experimentalGalleryRefactor: true,
alignWide: true,
};

Expand Down

0 comments on commit 6fbaed9

Please sign in to comment.