Changes for new panel view

This commit is contained in:
Elio Struyf
2020-12-02 17:37:14 +01:00
parent 4e65302a47
commit 3d75d5dcdf
37 changed files with 2054 additions and 167 deletions
+8
View File
@@ -0,0 +1,8 @@
export enum CommandToCode {
getData = "get-data",
updateSlug = 'update-slug',
updateDate = 'update-date',
publish = 'publish',
updateTags = "update-tags",
updateCategories = "update-categories"
}