add pdf configuration options
This commit is contained in:
parent
25854f2de7
commit
ea8e4ee560
6 changed files with 50 additions and 20 deletions
|
|
@ -67,6 +67,14 @@ default: &defaults
|
|||
# Members of a user's groups and administrators can still see full names.
|
||||
use_nick: false
|
||||
|
||||
# Base font size for generated PDF documents
|
||||
#pdf_font_size: 12
|
||||
# Page size for generated PDF documents
|
||||
#pdf_page_size: A4
|
||||
# Some documents (like group and article PDFs) can include page breaks
|
||||
# after each sublist.
|
||||
#pdf_add_page_breaks: true
|
||||
|
||||
# email address to be used as sender
|
||||
email_sender: foodsoft@foodcoop.test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue