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.
1 parent 1fa34a5 commit e0d184fCopy full SHA for e0d184f
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