1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-23 20:30:51 +01:00
Thomas Zilio c07946f9d5 Revert "Merge branch 'master' into 2.4.6"
This reverts commit 3045e8083d26f92a40f7a753ca56dbabda210bc5, reversing
changes made to 114c4714c47180022933480ee358aa64d14480e6.
2019-01-10 18:06:15 +01:00

19 lines
313 B
PHP

<?php
$settings = [
'orientation' => 'P',
'format' => 'A4',
'font-size' => 10,
'margins' => [
'top' => 10,
'bottom' => 10,
'left' => 12,
'right' => 12,
],
'header-height' => 35,
'footer-height' => 5,
'header-font-size' => 12,
];
return $settings;