@@ -256,7 +256,7 @@ |
||
256 | 256 | )->withField( |
257 | 257 | Field::checkList('allowed_extensions')->label('Allowed file types')->hint('Which file types can be uploaded?') |
258 | 258 | ->listBox(true)->values($this->app['config']->get($this->alias() . '.file_types')) |
259 | - ->default(['doc', 'docx', 'odt', 'rtf', 'txt', 'csv', 'ppt', 'pptx', 'pdf', 'xls']) |
|
259 | + ->default(['doc', 'docx', 'odt', 'rtf', 'txt', 'csv', 'ppt', 'pptx', 'pdf', 'xls']) |
|
260 | 260 | ) |
261 | 261 | )->withGroup( |
262 | 262 | Group::make('Status Changes')->withField( |