Skip to content

Combine with the creditor/ckeditor composer library to create a creditor box.

License

Notifications You must be signed in to change notification settings

qcubed/plugin_ckeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKeditor Plugin

This QCubed plugin lets you work with the CKEditor javascript text editor, which creates a full HTML editor in a web page.

This plugin is just for the PHP interface to CKEditor. You must also install the CKEditor library, which fortunately is installable via Composer. The directions below show you how to install both.

To install, add the following to the corresponding sections of your composer.json root file and execute composer update:

	"require": {
		"qcubed/plugin_ckeditor": "dev-master"
        "ckeditor/ckeditor": "4.*"
	},

About

Combine with the creditor/ckeditor composer library to create a creditor box.

Resources

License

Stars

Watchers

Forks

Packages

No packages published