mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08: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
2
types/tinymce/index.d.ts
vendored
2
types/tinymce/index.d.ts
vendored
@@ -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