mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
9 lines
180 B
JavaScript
9 lines
180 B
JavaScript
import Resolver from './helpers/Resolver'
|
|
export default {
|
|
Image: {
|
|
...Resolver('Image', {
|
|
undefinedToNull: ['sensitive', 'alt', 'aspectRatio', 'type'],
|
|
}),
|
|
},
|
|
}
|