mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add more options to Settings object (#19235)
Currently there is no support for paste_data_images : https://www.tinymce.com/docs/plugins/paste/ and advlist_number_styles : https://www.tinymce.com/docs/plugins/advlist/
This commit is contained in:
parent
954357f829
commit
ca7d503d68
4
types/tinymce/index.d.ts
vendored
4
types/tinymce/index.d.ts
vendored
@ -64,6 +64,10 @@ export interface Settings {
|
||||
external_plugins?: {};
|
||||
|
||||
hidden_input?: boolean;
|
||||
|
||||
paste_data_images: boolean;
|
||||
|
||||
advlist_number_styles: string;
|
||||
|
||||
init_instance_callback?(editor: Editor): void;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user