Ckeditor5 Two Columns Flex Gri

Ckeditor5-flexGrid

Ckeditor5 Two Columns Flex Grid

Installations

NPM Repo URL

Quick start

Start with importing this line to your custom build of Ckeditor
import SimpleGrid from './plugins/two-layout-grid/SimpleGrid';

Add "SimpleGrid" to your builtinPlugins array options
e.g. Editor.builtinPlugins = [SimpleGrid, ...]

Add "simpleGrid" to your defaultConfig.toolbar.items
e.g. Editor.defaultConfig={toolbar:{items:['SimpleGrid', ...]}};

Now run npm cli command to build your project i.e. npm run build to finally see and use your new plugin. License

This is open-sourced software licensed under the MIT license.

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。