chore: add missing app_id
field to CmsBackend
type (#6089)
This commit is contained in:
parent
a3f2468c9f
commit
8509f5fa94
1
packages/netlify-cms-core/index.d.ts
vendored
1
packages/netlify-cms-core/index.d.ts
vendored
@ -355,6 +355,7 @@ declare module 'netlify-cms-core' {
|
|||||||
site_domain?: string;
|
site_domain?: string;
|
||||||
base_url?: string;
|
base_url?: string;
|
||||||
auth_endpoint?: string;
|
auth_endpoint?: string;
|
||||||
|
app_id?: string;
|
||||||
auth_type?: 'implicit' | 'pkce';
|
auth_type?: 'implicit' | 'pkce';
|
||||||
cms_label_prefix?: string;
|
cms_label_prefix?: string;
|
||||||
squash_merges?: boolean;
|
squash_merges?: boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user