Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 401 Bytes

File metadata and controls

15 lines (10 loc) · 401 Bytes

Set Backgroud image for CKEditor

by this plugin you can set background image in your CKEditor

Installation

Copy bgimage folder to ckeditor/plugins/ directory

add the following line to config.js :

 config.extraPlugins = 'bgimage';
 config.allowedContent = 'div{*}'; // this is important