Make CSV import a feature that can be turned on / off.

This commit is contained in:
James Cole
2015-07-05 08:47:16 +02:00
parent 540dde135e
commit 9105104303
3 changed files with 8 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ return [
'version' => '3.4.6',
'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'],
'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'],
'csv_import_enabled' => false,
'piggy_bank_periods' => [
'week' => 'Week',
'month' => 'Month',