chore: add hide option to CmsCollection type (#5445)
This commit is contained in:
parent
3f351ea745
commit
b99b39dd63
1
packages/netlify-cms-core/index.d.ts
vendored
1
packages/netlify-cms-core/index.d.ts
vendored
@ -308,6 +308,7 @@ declare module 'netlify-cms-core' {
|
|||||||
preview_path_date_field?: string;
|
preview_path_date_field?: string;
|
||||||
create?: boolean;
|
create?: boolean;
|
||||||
delete?: boolean;
|
delete?: boolean;
|
||||||
|
hide?: boolean;
|
||||||
editor?: {
|
editor?: {
|
||||||
preview?: boolean;
|
preview?: boolean;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user