diff --git a/src/index.ts b/src/index.ts index 9f7727d4..e24d3ee9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -73,6 +73,14 @@ interface ConstructorArgs { * @property {object} patterns - static property with patterns for paste handling configuration */ export default class Embed { + + static get toolbox() { + return { + title: 'Embed', + icon: '' + }; + } + /** Editor.js API */ private api: API; /** Private property with Embed data */