#49 - Initialize new project

This commit is contained in:
Elio Struyf
2021-08-05 22:53:46 +02:00
parent 10268fc60f
commit 157228edb5
10 changed files with 201 additions and 49 deletions
+6
View File
@@ -0,0 +1,6 @@
export const CONTEXT = {
canInit: "frontMatterCanInit",
registeredFolders: 'frontMatter.registeredFolders'
};