Skip to content

Commit

Permalink
Disables supportsLayout by default on mobile (#33847)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis authored Aug 4, 2021
1 parent 8f51f7e commit 62b80f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/store/defaults.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
const SETTINGS_DEFAULTS = {
...SETTINGS,
alignWide: true,
supportsLayout: false,
};

export { PREFERENCES_DEFAULTS, SETTINGS_DEFAULTS };

0 comments on commit 62b80f9

Please sign in to comment.