xref: /plugin/dw2pdf/conf/default.php (revision 6be736bf1febe92502fa79f98c4f8f983a97fbc8)
1<?php
2$conf['output']         = 'file';
3$conf['usecache']       = 1;
4$conf['template']       = 'default';
5$conf['maxbookmarks']   = 5;
6$conf['usestyles']      = '';
7$conf['qrcodesize']     = '120x120';
8$conf['showexportbutton'] = 1;
9