How to add manually plugin to ckEditor on Concrete5.8?
Permalink
Someone know how to add manually plugin from ckeditor market to C5.
I find this folder:
I put inside the folder:
html5audio
What next?...
I find in this file
/public_html/concrete/js/ckeditor4/vendor/build-config.js
and add "html5audio"
Nothing change.
I need to add audio by content block :
https://github.com/iametza/ckeditor-html5-audio/blob/master/README.m...
But when i do the steps of the docs nothing change in my site.
Also i need the youtube block:
http://ckeditor.com/addon/youtube...
I find this folder:
/concrete/js/ckeditor4/vendor/plugins
I put inside the folder:
html5audio
What next?...
I find in this file
/public_html/concrete/js/ckeditor4/vendor/build-config.js
and add "html5audio"
plugins : { 'html5audio' :1, //i add this line 'a11yhelp' : 1, 'about' : 1, 'autogrow' : 1, 'basicstyles' : 1, 'bidi' : 1, 'blockquote' : 1, 'clipboard' : 1, 'colorbutton' : 1, 'colordialog' : 1, ...rest of the code
Nothing change.
I need to add audio by content block :
https://github.com/iametza/ckeditor-html5-audio/blob/master/README.m...
But when i do the steps of the docs nothing change in my site.
Also i need the youtube block:
http://ckeditor.com/addon/youtube...
answered here:https://www.concrete5.org/community/forums/themes/how-to-add-a-plugi...
There's now a better solution, a package I just published in the marketplace that automates most of the process and makes it really easy to add plugins to CKeditor for Concrete5. It's here:http://www.concrete5.org/marketplace/addons/ckeditor-pluginator/...