Fixes in reports (generating a CSV).
Added caching of generated images in mosaico handler. Various other fixes.
This commit is contained in:
parent
055c4c6b51
commit
66702b5edc
39 changed files with 545 additions and 278 deletions
|
@ -176,6 +176,12 @@ mosaico:
|
|||
# Inject custom scripts
|
||||
# customscripts:
|
||||
# - /mosaico/custom/my-mosaico-plugin.js
|
||||
fileCache:
|
||||
blockThumbnails:
|
||||
maxSize: 100 # megabytes
|
||||
images:
|
||||
maxSize: 1024 # megabytes
|
||||
|
||||
|
||||
grapesjs:
|
||||
# Installed templates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue