chore: add missing app_id field to CmsBackend type (#6089)

This commit is contained in:
stefanprobst 2022-01-03 11:01:04 +01:00 committed by GitHub
parent a3f2468c9f
commit 8509f5fa94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,6 +355,7 @@ declare module 'netlify-cms-core' {
site_domain?: string;
base_url?: string;
auth_endpoint?: string;
app_id?: string;
auth_type?: 'implicit' | 'pkce';
cms_label_prefix?: string;
squash_merges?: boolean;