Add content type create, update, setting

This commit is contained in:
Elio Struyf
2022-04-25 14:57:59 +02:00
parent dee28397cb
commit 17a98fba68
12 changed files with 263 additions and 12 deletions
+3
View File
@@ -34,4 +34,7 @@ export enum CommandToCode {
getImageUrl = "get-image-url",
updatePlaceholder = "update-placeholder",
getMode = "get-mode",
generateContentType = "generate-content-type",
addMissingFields = "add-missing-fields",
setContentType = "set-content-type",
}