Added support to define mosaico templates in MJML. (A wizard that shows how to do this is TODO.)

Adopted some core features (router, etc.) from IVIS.
This commit is contained in:
Tomas Bures 2019-04-03 12:13:49 +02:00
parent 3b20ac5ce7
commit ad9f5d16bf
28 changed files with 1381 additions and 538 deletions

View file

@ -229,7 +229,7 @@ function getRouter(appType) {
}
} else {
width = sanitizeSize(width, 1, 2048, 600, false);
width = sanitizeSize(width, 1, 2048, 600, true);
height = sanitizeSize(height, 1, 2048, 300, true);
let filePath;