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:
Mzoro
2020-02-29 02:45:10 +08:00
committed by GitHub
parent dd59ddf12c
commit 04385f7deb

View File

@@ -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;