chore: add hide option to CmsCollection type (#5445)

This commit is contained in:
stefanprobst 2021-05-30 14:12:47 +02:00 committed by GitHub
parent 3f351ea745
commit b99b39dd63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,6 +308,7 @@ declare module 'netlify-cms-core' {
preview_path_date_field?: string;
create?: boolean;
delete?: boolean;
hide?: boolean;
editor?: {
preview?: boolean;
};