Skip to content

Commit

Permalink
Merge pull request #68 from edwilde/patch-1
Browse files Browse the repository at this point in the history
Add support for braille format files
  • Loading branch information
GuySartorelli authored Oct 25, 2023
2 parents e44877e + 25bfefc commit c9e9ee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Name: mimevalidator
---
SilverStripe\MimeValidator\MimeUploadValidator:
MimeTypes:
brf:
- 'text/plain'
- 'application/octet-stream'
csv:
- 'application/csv'
- 'text/plain'
Expand Down

0 comments on commit c9e9ee4

Please sign in to comment.