Skip to content

Commit

Permalink
Hide media and content areas from inserter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Aug 23, 2018
1 parent 8c3d8b8 commit ad575dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const settings = {
hoverMarks: false,
selectionMarks: false,
settingsMenu: false,
inserter: false,
},

edit() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const settings = {
hoverMarks: false,
selectionMarks: false,
settingsMenu: false,
inserter: false,
},

edit: withSelect( ( select, { clientId } ) => {
Expand Down

0 comments on commit ad575dd

Please sign in to comment.