We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4b0417 + e0d184f commit cda2addCopy full SHA for cda2add
ckeditor/ckeditor.d.ts
@@ -550,11 +550,17 @@ declare module CKEDITOR {
550
551
}
552
553
+ interface toolbarGroups {
554
+ name?: string;
555
+ groups?: string[];
556
+ }
557
558
interface config {
559
startupMode?: string;
560
removeButtons?: string;
561
+ removePlugins?: string;
562
toolbar?: any;
563
+ toolbarGroups?: toolbarGroups[];
564
skin?: string;
565
language?: string;
566
plugins?: string;
0 commit comments