mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-23 16:04:46 -07: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 }};
|