Skip to content

Commit ae9bfd9

Browse files
committed
fix: add visualEditing prop to types
1 parent 28372ff commit ae9bfd9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/decap-cms-core/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ declare module 'decap-cms-core' {
306306
hide?: boolean;
307307
editor?: {
308308
preview?: boolean;
309+
visualEditing?: boolean;
309310
};
310311
publish?: boolean;
311312
nested?: {

packages/decap-cms-core/src/types/redux.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export interface CmsCollection {
322322
delete?: boolean;
323323
editor?: {
324324
preview?: boolean;
325+
visualEditing?: boolean;
325326
};
326327
publish?: boolean;
327328
nested?: {

0 commit comments

Comments
 (0)