mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
add base_url property (#42665)
* add base_url property add base_url property for interface Settings; https://www.tiny.cloud/docs/configure/integration-and-setup/#base_url * Update index.d.ts * add base_url property add base_url property for interface Settings; https://www.tiny.cloud/docs/configure/integration-and-setup/#base_url
This commit is contained in:
2
types/tinymce/index.d.ts
vendored
2
types/tinymce/index.d.ts
vendored
@@ -61,6 +61,8 @@ export function triggerSave(): void;
|
||||
export function get(id: string | number): Editor;
|
||||
|
||||
export interface Settings {
|
||||
base_url?: string;
|
||||
|
||||
table_toolbar?: string;
|
||||
|
||||
table_appearance_options?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user