From 9335435473da696191b74c4ab39c6d35b45fb864 Mon Sep 17 00:00:00 2001 From: Filip Sobol Date: Mon, 20 Jan 2025 11:21:29 +0100 Subject: [PATCH] Update docs example --- docs/examples/custom/bottom-toolbar-editor.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples/custom/bottom-toolbar-editor.md b/docs/examples/custom/bottom-toolbar-editor.md index 6a4b180207d..f4e77e890a8 100644 --- a/docs/examples/custom/bottom-toolbar-editor.md +++ b/docs/examples/custom/bottom-toolbar-editor.md @@ -60,7 +60,8 @@ import { DropdownPanelView, DropdownView, ToolbarView, - IconFontColor + IconFontColor, + registerIcon } from 'ckeditor5'; import { EasyImage } from 'ckeditor5-premium-features';