It can be closed with status { * } Won't Fix {*} . These * lines of code [ConfigSheet|https://github.com/xwiki/xwiki-platform/blob/bd328578851461fbcf5db7a4d0a94bdaf45c6a09/xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/ConfigSheet.xml#L212-L216] explain why, after removing plugins/buttons - it loads all toolbar (default).
That's why it's recommended to define toolbar (which again requires some time due to manually typing) instead of removing items manually. [How to remove buttons from CKeditor 4 - Stack Overflow|https://stackoverflow.com/questions/23538462/how-to-remove-buttons-from-ckeditor-4]
[how to show ckeditor with basic toolbar - Stack Overflow|https://stackoverflow.com/questions/13499025/how-to-show-ckeditor-with-basic-toolbar]
Anyway, there are plenty enough examples and even [FAQ entry|https://www.xwiki.org/xwiki/bin/view/FAQ/How%20to%20customize%20the%20CKEditor%20menu%20toolbar%20in%20XWiki] |
|