@@ -238,7 +238,7 @@ |
||
238 | 238 | )->withField( |
239 | 239 | Field::checkList('allowed_extensions')->label('Allowed file types')->hint('Which file types can be uploaded?') |
240 | 240 | ->listBox(true)->values($this->app['config']->get($this->alias() . '.file_types')) |
241 | - ->default(['doc', 'docx', 'odt', 'rtf', 'txt', 'csv', 'ppt', 'pptx', 'pdf', 'xls']) |
|
241 | + ->default(['doc', 'docx', 'odt', 'rtf', 'txt', 'csv', 'ppt', 'pptx', 'pdf', 'xls']) |
|
242 | 242 | ) |
243 | 243 | )->withGroup( |
244 | 244 | Group::make('Status Changes')->withField( |