1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 13:18:21 +01:00
LinkAce/config/linkace.php
2020-02-20 12:28:18 +01:00

43 lines
733 B
PHP

<?php
return [
'version' => 'v0.0.30',
'default' => [
'pagination' => 25,
'date_format' => 'Y-m-d',
'time_format' => 'H:i',
'cache_duration' => 60, // minutes
],
'listitem_count_values' => [
10,
25,
50,
75,
100,
],
'formats' => [
'date' => [
'Y-m-d',
'Y/m/d',
'Y-m-d',
'd.m.Y',
'd/m/Y',
'd-m-Y',
'm/d/Y',
'm-d-Y',
'm.d.Y',
'j.n.Y',
],
'time' => [
'H:i',
'h:i a',
'h:i A',
'G:i',
'g:i a',
'g:i A',
],
],
];