Skip to content

Commit

Permalink
Merge pull request #1 from thesifter/thesifter-patch-1
Browse files Browse the repository at this point in the history
Update 01_File_Management.md
  • Loading branch information
thesifter authored Jul 13, 2020
2 parents d408a4e + d5893bf commit 423c990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/02_Developer_Guides/14_Files/01_File_Management.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Page extends SiteTree
UploadField options include:

- setIsMultiUpload() - Set to allow many files per field, or one only.
- setAllowedExtensions() - Set list of extensionse this field can accept.
- setAllowedExtensions() - Set list of extensions this field can accept.
- setAllowedFileCategories() - Alternatively specify allowed extensions via category instead.
- setFolderName() - Name of folder to upload into
- getValidator() - Get instance of validator to specify custom validation rules
Expand Down

0 comments on commit 423c990

Please sign in to comment.