Guest User

Untitled

a guest
Oct 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. CKEDITOR.replace("meTextarea", {
  2. // what should I write here to disable the plugin?
  3. });
  4.  
  5. CKEDITOR.replace('meTextarea', {
  6. removePlugins: 'filebrowser'
  7. });
  8.  
  9. .ck-file-dialog-button
  10. {
  11. display:none !important;
  12. }
  13.  
  14. .ck-dropdown{
  15. display:none !important;
  16. }
Add Comment
Please, Sign In to add comment