Open
Description
Thank you for publish this plugin! I need it very much.
when i imported this pulgin in my ckeditor, the toolbar button has displayed, but it was not enabled.
my code is like this:
import ElementAddAttributes from './ckeditor5-add-attribute-to-element-main/src/add-attribute-to-element';
BalloonEditor.builtinPlugins = [....., ElementAddAttributes,];
BalloonEditor.defaultConfig = {
toolbar: {
items: [....,'elementAddAttributes',]
},
image: {
toolbar: [....]
},
table: {
contentToolbar: [....]
},
language: 'cn'
};
Then I can see this button in toolbar but not enable, like this:
I have tried to use command, it doesn't work too.
Metadata
Metadata
Assignees
Labels
No labels