killrawr / background-image-ckeditor-plugin

Plugin for set background image in CKEditor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Plugin for set background image in CKEditor


Languages

Language:JavaScript 100.0%