#474 - Allow to define the file prefix on content types

This commit is contained in:
Elio Struyf
2022-12-23 15:00:49 +01:00
parent 50f2e7ea72
commit 70316c4c28
5 changed files with 45 additions and 17 deletions
+1
View File
@@ -49,6 +49,7 @@ export interface ContentType {
pageBundle?: boolean;
template?: string;
postScript?: string;
filePrefix?: string;
}
export type FieldType = "string" | "number" | "datetime" | "boolean" | "image" | "choice" | "tags" | "categories" | "draft" | "taxonomy" | "fields" | "json" | "block" | "file" | "dataFile" | "list" | "slug" | "divider" | "heading";