File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ on how to setup and use the extensions in most optimized way.
7777 occurs. If you want to use a custom mime type guesser, see [ this] ( #custom-mime-type-guessers ) .
7878 * ** disallowedTypes** : Similar to the option ** allowedTypes** , but with this one you configure a "black list" of
7979 mime types. If the mime type of the file is on this list, n exception of type "UploadableInvalidMimeTypeException" will be thrown. If you
80- set this option, you can't set the ** allowedTypes** option described next . By default, no validation of mime type
80+ set this option, you can't set the ** allowedTypes** option described above . By default, no validation of mime type
8181 occurs. If you want to use a custom mime type guesser, see [ this] ( #custom-mime-type-guessers ) .
82822 . ** @Gedmo \Mapping\Annotation\UploadableFilePath** : This annotation is used to set which field will receive the path
8383 to the file. The field MUST be of type "string". Either this one or UploadableFileName annotation is REQUIRED to be set.
You can’t perform that action at this time.
0 commit comments