move editor components to dropdown menu

This commit is contained in:
Shawn Erquhart
2017-04-19 16:47:08 -04:00
parent fdd85486d8
commit 9ff4e25736
5 changed files with 73 additions and 15 deletions

View File

@ -39,7 +39,6 @@ if (process.env.NODE_ENV !== 'production' && module.hot) {
const buildtInPlugins = [{
label: 'Image',
id: 'image',
icon: 'picture',
fromBlock: match => match && {
image: match[2],
alt: match[1],