Fix: Error in storage paths example in advanced_usage.md

Fix file extension in storage path example for sorting by mime type.
A file with extension .pdf can't be sorted into the PNGs directory
This commit is contained in:
Thomas Hess 2025-01-19 18:46:40 +01:00 committed by GitHub
parent 258064b339
commit f7993d0bb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -476,7 +476,7 @@ a document with an ASN of 355 would be placed in `somepath/asn-201-400/asn-3xx/T
/{{ title }}
```
For a PDF document, it would result in `pdfs/Title.pdf`, but for a PNG document, the path would be `pngs/Title.pdf`.
For a PDF document, it would result in `pdfs/Title.pdf`, but for a PNG document, the path would be `pngs/Title.png`.
To use custom fields: