Piotrek Koszuliński 6 年之前
父節點
當前提交
8f13e82444
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/framework/guides/tutorials/implementing-a-block-widget.md

+ 2 - 0
docs/framework/guides/tutorials/implementing-a-block-widget.md

@@ -907,6 +907,8 @@ The button should execute the [command](#creating-a-command) when clicked and be
 Let us see what it looks like in practice and extend the `SimpleBoxUI` plugin [created earlier](#plugin-structure):
 
 ```js
+// simplebox/simpleboxui.js
+
 import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
 import Plugin from '@ckeditor/ckeditor5-core/src/plugin';