openstamanager/templates/base/settings.php

16 lines
264 B
PHP
Raw Normal View History

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