Skip to content

Commit

Permalink
Rename default resize folder name to .resized, which will be hidden…
Browse files Browse the repository at this point in the history
… in media library
  • Loading branch information
jimcottrell committed Nov 29, 2020
1 parent 8116be3 commit 316944c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
'useQueue' => null,

// The name of the directory created for thumbnails in 'media' and 'uploads' paths
'thumbDirName' => '_resized',
// Names starting with a dot are ignored by default in the media library
'thumbDirName' => '.resized',

'defaultPriority' => 'default',

Expand Down Expand Up @@ -49,4 +50,4 @@
* image load.
*/
'loadTimeout' => 15 // in seconds (0 to wait forever)
];
];
3 changes: 3 additions & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@

1.1.0:
- '!!! Update function signature to match change introduced in OctoberCMS build 457'

1.1.1:
- 'Change default folder name for resized images to `.resized`, which is ignored by default in media library'

0 comments on commit 316944c

Please sign in to comment.