Skip to content

Commit

Permalink
Field in admin is cache_directory_path instead of cache_directory
Browse files Browse the repository at this point in the history
… #154
  • Loading branch information
jissereitsma committed Sep 13, 2023
1 parent 8e060ba commit c1f26f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Field in admin is `cache_directory_path` instead of `cache_directory` #154

## [0.4.1] - 15 August 2023
### Fixed
- Make sure only PNG and JPG are being picked up
Expand Down
6 changes: 3 additions & 3 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<field id="*/*/enabled">1</field>
</depends>
</field>
<field id="cache_directory_path" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Media cache directory path</label>
<comment>Path of media cache directory</comment>
<field id="cache_directory" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Media cache directory</label>
<comment>Where to save caches</comment>
<depends>
<field id="*/*/enabled">1</field>
<field id="*/*/target_directory">cache</field>
Expand Down

0 comments on commit c1f26f7

Please sign in to comment.