fix: svg uploads allowed when glob (#13356)
Builds on top of https://github.com/payloadcms/payload/pull/13276 and allows images/* to also parse and accept svg files correctly.
This commit is contained in:
@@ -39,3 +39,4 @@ export const bulkUploadsSlug = 'bulk-uploads'
|
||||
|
||||
export const fileMimeTypeSlug = 'file-mime-type'
|
||||
export const svgOnlySlug = 'svg-only'
|
||||
export const anyImagesSlug = 'any-images'
|
||||
|
||||
Reference in New Issue
Block a user