Skip to content

Commit

Permalink
Disable inserter column block; Don't show stacked icon on columns.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Sep 14, 2018
1 parent cd167ce commit a73dbc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-library/src/columns/column.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export const settings = {

category: 'common',

supports: {
inserter: false,
},

edit() {
return <InnerBlocks templateLock={ false } />;
},
Expand Down

0 comments on commit a73dbc8

Please sign in to comment.