forked from backdrop-contrib/printmpdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
printmpdf.settings.json
36 lines (36 loc) · 1.25 KB
/
printmpdf.settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"_config_name": "printmpdf.settings",
"printmpdf": "printmpdf",
"printmpdf_pdf_page_size": "A4",
"printmpdf_watermark_opacity": "0.1",
"printmpdf_watermark_option": "text",
"printmpdf_img_dpi": "96",
"printmpdf_dpi": "96",
"printmpdf_pdf_default_font": "DejaVuSerif",
"printmpdf_pdf_font_size": "10",
"printmpdf_margin_footer": "9",
"printmpdf_margin_header": "9",
"printmpdf_margin_left": "15",
"printmpdf_margin_bottom": "16",
"printmpdf_margin_right": "15",
"printmpdf_margin_top": "16",
"printmpdf_pdf_css_file": "css/printmpdf.css",
"printmpdf_pdf_filename": "[site:name] - [node:title] - [node:changed:custom:Y-m-d]",
"printmpdf_type_ichianalyse": 1,
"printmpdf_type_page": 1,
"printmpdf_type_post": 0,
"printmpdf_type_rezept": 0,
"printmpdf_type_special": 1,
"printmpdf_type_story": 0,
"printmpdf_pdf_save_option": null,
"printmpdf_pdf_set_title": "",
"printmpdf_pdf_set_author": "",
"printmpdf_pdf_set_subject": "",
"printmpdf_pdf_set_creator": "",
"printmpdf_pdf_watermark_text": "Wasser",
"printmpdf_watermark_image": 0,
"printmpdf_pdf_header": "",
"printmpdf_pdf_footer": "",
"printmpdf_pdf_password": "",
"printmpdf_type_webform": 0
}