mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +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:
Vendored
+4
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user