@dankolz/ck-triple-column
v1.0.0
Published
Adds a wiget to the ck editor which shows a two column layout
Readme
ck-triple-column
Adds a wiget to the ck editor which shows a two column layout
Install
npm install @dankolz/ck-triple-columnUse
CK Editor Config
Add triple-column to the ck editor config file like
config.extraPlugins = (config.extraPlugins ? config.extraPlugins + ',' : '') + 'triple-column'Webhandle Server Side
This is safe to run multiple times. It adds the file resources to the webhandle environment.
import('@dankolz/ck-triple-column').then(mod => {
mod.default()
})Styles
Add styles to your less build like:
@import "../node_modules/@dankolz/ck-triple-column/less/components";It's optional but small.
Adding a widget to the panel
The widget is automatically added to the panel.
