Skip to content

Commit

Permalink
add overwritten support inserterin index.native.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jbinda committed Apr 3, 2020
1 parent 54f389e commit 9d7027d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/block-library/src/column/index.native.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* Internal dependencies
*/
import * as webSettings from './index.js';
import metadata from './block.json';

const { name } = metadata;

export { metadata, name };

export const settings = {
...webSettings.settings,
supports: {
...webSettings.settings.supports,
inserter: true,
},
};

0 comments on commit 9d7027d

Please sign in to comment.