Commit ceef70a2 by Simon

Change

parent 08be1ed0
......@@ -14,3 +14,10 @@ Add this to composer.json in repositories part
Run
> composer require appolo/bolt-extension-ckeditor-embed-plugins
#### Usage
* Download Ckeditor add-on on [official website](https://ckeditor.com/cke4/addons/plugins/all)
* Put add-on folder on /public/bolt-public/js/ckeditor/plugins, it's possible to change path
* Add plugin's name on config file
* Enjoy
\ No newline at end of file
# Default plugins folde
# Default plugins folder
public_path: /bolt-public/js/ckeditor/plugins
# Plugin listing
plugins:
- dialog
- colordialog
- justify
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment