mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Lots of new code for the import routine part 2
This commit is contained in:
@@ -21,6 +21,12 @@ return [
|
||||
'spectre' => 'FireflyIII\Import\Configuration\SpectreConfigurator',
|
||||
'plaid' => 'FireflyIII\Import\Configuration\PlaidConfigurator',
|
||||
],
|
||||
'options' => [
|
||||
'file' => [
|
||||
'import_formats' => ['csv'], // mt940
|
||||
'default_import_format' => 'csv',
|
||||
],
|
||||
],
|
||||
'default_config' => [
|
||||
'file' => [
|
||||
'has-config-file' => true,
|
||||
|
||||
Reference in New Issue
Block a user