mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS Clarify legacy_filenames=true tradeoffs
This commit is contained in:
parent
1f08ed3765
commit
71c32fea20
@ -79,9 +79,10 @@ SilverStripe\Assets\Flysystem\FlysystemAssetStore:
|
|||||||
legacy_filenames: true
|
legacy_filenames: true
|
||||||
```
|
```
|
||||||
|
|
||||||
This setting will still allow protected (draft) files.
|
This setting will still allow creation of protected (draft) files before publishing them.
|
||||||
It'll also keep track of changes to file metadata (e.g. title and description),
|
It'll also keep track of changes to file metadata (e.g. title and description).
|
||||||
but won't keep track of replaced file contents.
|
But it won't keep track of replaced file contents (not compatible with `keep_archived_assets=true`).
|
||||||
|
When replacing an already published file, the new file will be public right away (no draft stage).
|
||||||
|
|
||||||
## Migrating substantial number of files
|
## Migrating substantial number of files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user