Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8901

Need to add extra plugin (layoutManager) under CKeditor

$
0
0
I am kentico developer, I need to add extra feature (layoutmanager plugin) into CKeditor into Kentico 11.I download the package from the below link: https://ckeditor.com/cke4/addon/layoutmanagerand also download dependencies folder.Now followed the steps using refer (example) the below link : https://devnet.kentico.com/articles/adding-a-bootstrap-button-plugin-to-the-ckeditor-in-kentico-10and added the below code under the config.js file of the CKeditor : config.plugins += @,layoutmanager@; config.layoutmanager_loadbootstrap = true; config.layoutmanager_allowedContent; config.layoutmanager_buttonboxWidth = 500 May I request to please suggest me, how can I show the layout manager button into CKeditor?

Viewing all articles
Browse latest Browse all 8901

Trending Articles