The forum operates in read-only mode. Please head to StackOverflow for support.
I'm using CkEditor 4. I'd like to remove ONLY the add video button.
How ?
See the config.removeButtons configuration option.
Although the recommended solution is to remove the whole unused plugin from your installation, i.e. create a custom build via CKBuilder without the plugins that you are not going to use, or use the config.removePlugins option.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help. Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Is there a full list of button name ?
I've found one in the source code of version 3 but or v4?
See the config.removeButtons
See the config.removeButtons configuration option.
Although the recommended solution is to remove the whole unused plugin from your installation, i.e. create a custom build via CKBuilder without the plugins that you are not going to use, or use the config.removePlugins option.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Is there a full list of
Is there a full list of button name ?
I've found one in the source code of version 3 but or v4?