fix: support common backend configuration options from docs in ts types (#3674)
This commit is contained in:
parent
b5a242ec8e
commit
2580251208
6
packages/netlify-cms-core/index.d.ts
vendored
6
packages/netlify-cms-core/index.d.ts
vendored
@ -83,6 +83,12 @@ declare module 'netlify-cms-core' {
|
||||
name: CmsBackendType;
|
||||
auth_scope?: CmsAuthScope;
|
||||
open_authoring?: boolean;
|
||||
repo?: string;
|
||||
branch?: string;
|
||||
api_root?: string;
|
||||
site_domain?: string;
|
||||
base_url?: string;
|
||||
auth_endpoint?: string;
|
||||
}
|
||||
|
||||
export interface CmsSlug {
|
||||
|
Loading…
x
Reference in New Issue
Block a user