chore: add missing always_fork option to CmsBackend type (#5490)

This commit is contained in:
stefanprobst 2021-06-10 18:47:40 +02:00 committed by GitHub
parent 2d4cb37d63
commit cd886fc093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -347,6 +347,7 @@ declare module 'netlify-cms-core' {
name: CmsBackendType;
auth_scope?: CmsAuthScope;
open_authoring?: boolean;
always_fork?: boolean;
repo?: string;
branch?: string;
api_root?: string;