mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #6289 from AbubakerB/patch-1
Added config singleton and missing properties
This commit is contained in:
Vendored
+3
@@ -64,6 +64,7 @@ declare module CKEDITOR {
|
||||
var status: string;
|
||||
var timestamp: string;
|
||||
var version: string;
|
||||
var config: config;
|
||||
|
||||
|
||||
// Methods
|
||||
@@ -556,6 +557,7 @@ declare module CKEDITOR {
|
||||
}
|
||||
|
||||
interface config {
|
||||
contentsCss?: string | string[];
|
||||
startupMode?: string;
|
||||
removeButtons?: string;
|
||||
removePlugins?: string;
|
||||
@@ -576,6 +578,7 @@ declare module CKEDITOR {
|
||||
height?: string | number;
|
||||
toolbarLocation?: string;
|
||||
readOnly?: boolean;
|
||||
customConfig?: string;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user