mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New configuration.
This commit is contained in:
parent
ba43d7063f
commit
7cbd41137d
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
use Carbon\Carbon;
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'],
|
'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'],
|
||||||
@ -18,6 +17,11 @@ return [
|
|||||||
'yearly' => 'A year',
|
'yearly' => 'A year',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'accountRoles' => [
|
||||||
|
'default' => 'Default expense account',
|
||||||
|
'sharedExpense' => 'Shared expense account'
|
||||||
|
],
|
||||||
|
|
||||||
'range_to_text' => [
|
'range_to_text' => [
|
||||||
'1D' => 'day',
|
'1D' => 'day',
|
||||||
'1W' => 'week',
|
'1W' => 'week',
|
||||||
|
Loading…
Reference in New Issue
Block a user