chore: add missing always_fork option to CmsBackend type (#5490)
This commit is contained in:
parent
2d4cb37d63
commit
cd886fc093
1
packages/netlify-cms-core/index.d.ts
vendored
1
packages/netlify-cms-core/index.d.ts
vendored
@ -347,6 +347,7 @@ declare module 'netlify-cms-core' {
|
|||||||
name: CmsBackendType;
|
name: CmsBackendType;
|
||||||
auth_scope?: CmsAuthScope;
|
auth_scope?: CmsAuthScope;
|
||||||
open_authoring?: boolean;
|
open_authoring?: boolean;
|
||||||
|
always_fork?: boolean;
|
||||||
repo?: string;
|
repo?: string;
|
||||||
branch?: string;
|
branch?: string;
|
||||||
api_root?: string;
|
api_root?: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user