mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update docs/en/02_Developer_Guides/14_Files/01_File_Management.md
Co-Authored-By: jinjie <jinjie@swiftdev.sg>
This commit is contained in:
parent
a3f7aca851
commit
7d23928fde
@ -124,7 +124,7 @@ As with storage, there are also different ways of loading the content (or proper
|
|||||||
|
|
||||||
### Additional file types
|
### Additional file types
|
||||||
|
|
||||||
There may be some file extensions not recognised by the framework, which will return "unknown" on `File::getFileType`.
|
SilverStripe has a pre-defined list of common file types. `File::getFileType` will return "unknown" for files outside that list.
|
||||||
|
|
||||||
You can add your own file extensions and it's description with the following configuration.
|
You can add your own file extensions and it's description with the following configuration.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user