Added option to configure PDF export paper size

For #995
This commit is contained in:
Dan Brown
2022-01-30 17:40:42 +00:00
parent e17cdab420
commit a709fd04b5
4 changed files with 31 additions and 1 deletions

View File

@ -297,6 +297,11 @@ RECYCLE_BIN_LIFETIME=30
# Maximum file size, in megabytes, that can be uploaded to the system.
FILE_UPLOAD_SIZE_LIMIT=50
# Export Page Size
# Primarily used to determine page size of PDF exports.
# Can be 'a4' or 'letter'.
EXPORT_PAGE_SIZE=a4
# Allow <script> tags in page content
# Note, if set to 'true' the page editor may still escape scripts.
ALLOW_CONTENT_SCRIPTS=false