You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only way to hide some buttons is to list them in remove-buttons attribute. This is very annoying and not user-friendly. It should be possible to pass all the CKEditor config through the ckeditor attribute.
Replacing the angular.extend with angular.merge should solve this issue:
The only way to hide some buttons is to list them in
remove-buttons
attribute. This is very annoying and not user-friendly. It should be possible to pass all the CKEditor config through theckeditor
attribute.Replacing the
angular.extend
withangular.merge
should solve this issue:The text was updated successfully, but these errors were encountered: