diff --git a/README.md b/README.md index 3573474..98de68b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,22 @@ Collapsed blocks Form counter - +## Optional +If you want to improve the display of html and slate table blocks toolbars, add this configuration: + +```code +config.blocks.blocksConfig = { + ...config.blocks.blocksConfig, + html: { + ...config.blocks.blocksConfig.html, + edit: EditHTMLBlock, + }, + slateTable: { + ...config.blocks.blocksConfig.slateTable, + edit: TableBlockEdit, + }, +}; +``` ## Attention!