Skip to content

Commit

Permalink
Merge pull request #1858 from bolt/chore/generalparser
Browse files Browse the repository at this point in the history
Update `upload_location` in GeneralParser.php, followup to #1850
  • Loading branch information
I-Valchev authored Sep 15, 2020
2 parents 21221e6 + 8233806 commit f394f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/Parser/GeneralParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ protected function getDefaultConfig(): array
'accept_file_types' => explode(',', 'twig,html,js,css,scss,gif,jpg,jpeg,png,ico,zip,tgz,txt,md,doc,docx,pdf,epub,xls,xlsx,csv,ppt,pptx,mp3,ogg,wav,m4a,mp4,m4v,ogv,wmv,avi,webm,svg'),
'accept_media_types' => explode(',', 'gif,jpg,jpeg,png,svg,pdf,mp3,tiff'),
'accept_upload_size' => '8M',
'upload_location' => '{year}/{month}/{contenttype}/',
'upload_location' => '{contenttype}/{year}/{month}/',
'branding' => [
'name' => 'Bolt',
'path' => '/bolt',
Expand Down

0 comments on commit f394f2f

Please sign in to comment.