xref: /plugin/dw2pdf/conf/default.php (revision dbd8d9a179bb15614ece8e7b8e6aee8d87d4e349)
1ee19bac3SLuigi Micco<?php
26ea88a05SAndreas Gohr$conf['pagesize']         = 'A4';
36ea88a05SAndreas Gohr$conf['orientation']      = 'portrait';
402f9a447SGerrit Uitslag$conf['toc']              = 0;
502f9a447SGerrit Uitslag$conf['toclevels']        = '';
602f9a447SGerrit Uitslag$conf['maxbookmarks']     = 5;
7d01d2a42SAndreas Gohr$conf['template']         = 'default';
8*dbd8d9a1SGerrit Uitslag$conf['output']           = 'file';
9*dbd8d9a1SGerrit Uitslag$conf['usecache']         = 1;
10f54b51f7SAndreas Gohr$conf['usestyles']        = '';
11df55f028SJohannes Fürwentsches$conf['qrcodesize']       = '120x120';
126be736bfSGerrit Uitslag$conf['showexportbutton'] = 1;
13