File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docusaurus/docs/cms/features Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ export default {
333333The Upload plugin validates files based on their actual MIME type rather than the declared file extension.
334334Only files matching the defined security rules are uploaded; others are filtered out.
335335
336- The ` security ` configuration provides two options: ` allowedTypes ` or ` deniedTypes ` , which let you control which file types can or cannot be uploaded.
336+ The ` security ` configuration provides 2 options: ` allowedTypes ` or ` deniedTypes ` , which let you control which file types can or cannot be uploaded.
337337
338338::: note
339339It's best to define either ` allowedTypes ` or ` deniedTypes ` , not both, to avoid conflicts in file validation logic.
You can’t perform that action at this time.
0 commit comments