Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-09-01 18:31:39 +02:00
parent 598e97d028
commit f3a8a25872
11 changed files with 241 additions and 82 deletions

View File

@@ -3,6 +3,12 @@ declare(strict_types = 1);
return [
// default values for editable configuration:
'configuration' => [
'single_user_mode' => true,
],
'chart' => 'chartjs',
'version' => '3.10.2',
'csv_import_enabled' => true,