Create the cms upload folder during install of kunstmaan/media-bundle

This commit is contained in:
Jeroen Thora
2019-05-21 10:36:05 +02:00
parent 6ec158edf2
commit f594e5f51b
2 changed files with 6 additions and 2 deletions
+6 -2
View File
@@ -5,6 +5,10 @@
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
"config/": "%CONFIG_DIR%/",
"public/": "%PUBLIC_DIR%/"
},
"gitignore": [
"/public/uploads/"
]
}