mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
[TinyMCE] Fix content_css attribute type in Settings weak type (#18542)
Docs: `*Type*: String, Array` https://www.tinymce.com/docs/configure/content-appearance/#content_css
This commit is contained in:
committed by
Sheetal Nandi
parent
78ea950c0c
commit
a51641475a
Vendored
+1
-1
@@ -133,7 +133,7 @@ export interface Settings {
|
||||
|
||||
body_id?: string;
|
||||
|
||||
content_css?: string;
|
||||
content_css?: string | string[];
|
||||
|
||||
content_style?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user