diff --git a/src/Configuration/Parser/GeneralParser.php b/src/Configuration/Parser/GeneralParser.php index 6d8522d44..8b0bd81dc 100644 --- a/src/Configuration/Parser/GeneralParser.php +++ b/src/Configuration/Parser/GeneralParser.php @@ -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',