WIP: Add email notifications

This commit is contained in:
Björn Fromme
2023-10-25 14:33:56 +02:00
parent eb53e2a843
commit abbceae2c8
11 changed files with 1863 additions and 1 deletions
+3 -1
View File
@@ -14,6 +14,7 @@
"dropzone": "^6.0.0-beta.2",
"file-loader": "^6.2.0",
"flatpickr": "^4.6.13",
"mjml": "^4.14.1",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
@@ -31,7 +32,8 @@
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
"build": "encore production --progress",
"mjml": "mjml assets/mjml/layout.mjml -o templates/email/layout.html.twig"
},
"dependencies": {
"sortablejs": "^1.15.0"