From a951036de19e1993eebd0fcb25519121bbdb5d47 Mon Sep 17 00:00:00 2001 From: Kinga Date: Thu, 17 Jun 2021 10:29:04 +0200 Subject: [PATCH] Add toolbox icon render --- src/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/index.js b/src/index.js index aa229c70..1bc80e9b 100644 --- a/src/index.js +++ b/src/index.js @@ -40,6 +40,14 @@ import { debounce } from 'debounce'; * @property {object} patterns - static property with patterns for paste handling configuration */ export default class Embed { + + static get toolbox() { + return { + title: 'Embed', + icon: '' + }; + } + /** * @param {{data: EmbedData, config: EmbedConfig, api: object}} * data — previously saved data