mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 11:48:53 +00:00
6 lines
247 B
Twig
6 lines
247 B
Twig
var sessionStart = '{{ start }}';
|
|
var sessionEnd = '{{ end }}';
|
|
|
|
var allowedOpposingTypes = {{ config('firefly.allowed_opposing_types')|json_encode|raw }};
|
|
var accountToTransaction = {{ config('firefly.account_to_transaction')|json_encode|raw }};
|