In a previous question
How to understand CKEditor4's "justify" option?
I learned that the CDN standard Version of CKEditor v4 removes some buttons. By trial-and-error I found out that superscript and subscript seem to be 2 of them.
I also know that "removebuttons": "" will undo any presets and therefore enable superscript and subscript.
But how/where can I find out, which buttons exactly are hidden by default by that very npm preset?
If I would just like to activate "superscript", for example, but keep the other buttons hidden, I can't just use "removebuttons":"". Instead, I have to add the current list of "removebuttons", just without superscript. Right?
Thank you!