New command to update the date property

This commit is contained in:
Elio Struyf
2019-08-26 21:04:17 +02:00
parent fbf6bbb43f
commit 92972ed6c9
7 changed files with 74 additions and 5 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
export const CONFIG_KEY = "frontMatter";
export const ACTION_TAXONOMY_TAGS = "taxonomy.tags";
export const ACTION_TAXONOMY_CATEGORIES = "taxonomy.categories";
export const ACTION_TAXONOMY_CATEGORIES = "taxonomy.categories";
export const ACTION_DATE_FORMAT = "taxonomy.dateFormat";