Skip to content

Commit

Permalink
Merge pull request #313 from creative-commoners/pulls/4.13/keep-archi…
Browse files Browse the repository at this point in the history
…ved=assets

DOC Use correct class for keep_archived_assets config
  • Loading branch information
GuySartorelli committed Aug 7, 2023
2 parents bdc5202 + e2fc005 commit bc35d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/02_Developer_Guides/14_Files/04_File_Storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Changes are only tracked for file metadata (e.g. the `Title` attribute).
You can opt-in to retaining the file content for replaced or removed files.

```yml
SilverStripe\Assets\Flysystem\FlysystemAssetStore:
SilverStripe\Assets\File:
keep_archived_assets: true
```
Expand Down
2 changes: 1 addition & 1 deletion en/02_Developer_Guides/14_Files/05_File_Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ in order to avoid bloat. If you need to retain file contents (e.g. for auditing
you can opt-in to this behaviour:
```yaml
SilverStripe\Assets\Flysystem\FlysystemAssetStore:
SilverStripe\Assets\File:
keep_archived_assets: true
```
Expand Down

0 comments on commit bc35d68

Please sign in to comment.