xref: /plugin/dw2pdf/conf/default.php (revision b3e4b6826e2e987a3be2c095f2c9eedf41ff301e)
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