feat: add pre save/ post save hooks (#3812)
This commit is contained in:
@ -52,7 +52,6 @@ export type Entry = { path: string; slug: string; raw: string };
|
||||
|
||||
export type PersistOptions = {
|
||||
newEntry?: boolean;
|
||||
parsedData?: { title: string; description: string };
|
||||
commitMessage: string;
|
||||
collectionName?: string;
|
||||
useWorkflow?: boolean;
|
||||
|
Reference in New Issue
Block a user