Fix config types
This commit is contained in:
parent
8930b9e864
commit
cceec7769d
1
packages/netlify-cms-core/index.d.ts
vendored
1
packages/netlify-cms-core/index.d.ts
vendored
@ -297,6 +297,7 @@ declare module 'netlify-cms-core' {
|
|||||||
|
|
||||||
export interface CmsCollection {
|
export interface CmsCollection {
|
||||||
name: string;
|
name: string;
|
||||||
|
icon?: string;
|
||||||
label: string;
|
label: string;
|
||||||
label_singular?: string;
|
label_singular?: string;
|
||||||
description?: string;
|
description?: string;
|
||||||
|
@ -603,6 +603,7 @@ export type Format = keyof typeof formatExtensions;
|
|||||||
|
|
||||||
type CollectionObject = {
|
type CollectionObject = {
|
||||||
name: string;
|
name: string;
|
||||||
|
icon?: string;
|
||||||
folder?: string;
|
folder?: string;
|
||||||
files?: CollectionFiles;
|
files?: CollectionFiles;
|
||||||
fields: EntryFields;
|
fields: EntryFields;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user