feat: add pre save/ post save hooks (#3812)

This commit is contained in:
Bartholomew
2020-05-27 14:14:35 +01:00
committed by GitHub
parent 946f7a0dc4
commit 812716e18b
7 changed files with 46 additions and 32 deletions

View File

@ -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;