webdevrus
Results
1
comments of
webdevrus
I'm using this config: ```js CKEDITOR.replace('textarea', { removePlugins: 'iframe', extraPlugins: 'youtube', allowedContent: true, toolbar: [ // Toolbar ] }); ``` Everything is working 😉