## Description V3 PR [here](https://github.com/payloadcms/payload/pull/7293) `Feat`: Adds new prop `withMetadata` to `uploads` config that allows the user to allow media metadata to be appended to the file of the output media. - [x] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [x] This change requires a documentation update ## Checklist: - [x] I have added tests that prove my fix is effective or that my feature works - [x] Existing test suite passes locally with my changes - [x] I have made corresponding changes to the documentation
15 lines
626 B
TypeScript
15 lines
626 B
TypeScript
export const adminThumbnailSlug = 'admin-thumbnail'
|
|
export const audioSlug = 'audio'
|
|
export const cropOnlySlug = 'crop-only'
|
|
export const enlargeSlug = 'enlarge'
|
|
export const focalOnlySlug = 'focal-only'
|
|
export const mediaSlug = 'media'
|
|
export const reduceSlug = 'reduce'
|
|
export const relationSlug = 'relation'
|
|
export const versionSlug = 'versions'
|
|
export const globalWithMedia = 'global-with-media'
|
|
export const animatedTypeMedia = 'animated-type-media'
|
|
export const withMetadataSlug = 'with-meta-data'
|
|
export const withoutMetadataSlug = 'without-meta-data'
|
|
export const withOnlyJPEGMetadataSlug = 'with-only-jpeg-meta-data'
|