1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-27 08:12:47 +01:00
openstamanager/templates/base/settings.php
2017-09-08 17:03:47 +02:00

16 lines
266 B
PHP

<?php
return [
'orientation' => 'p',
'dimension' => 'A4',
'font-size' => '11pt',
'margins' => [
'top' => 10,
'bottom' => 10,
'left' => 12,
'right' => 12,
],
'header-height' => 30,
'footer-height' => 5,
];