diff --git a/packages/block-editor/src/store/defaults.native.js b/packages/block-editor/src/store/defaults.native.js index bbafc0f71ac7d..d35e857fe9752 100644 --- a/packages/block-editor/src/store/defaults.native.js +++ b/packages/block-editor/src/store/defaults.native.js @@ -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, };