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:
parent
3b20ac5ce7
commit
ad9f5d16bf
28 changed files with 1381 additions and 538 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue