How do I set a required minimum amount of images for users to create their post?

I have a content field that has media for users to upload images, I’m thinking of there’s a way to set a required a minimum amount of 5 images to upload? Is that possible?

I’m not to sure if you can give the type a validation field but you could always validate this on the frontend before you send it to strapi.

You can create a component with 5 media fields and have them all set to required.

If that’s what you want make sure you go to the advanced settings section of each media field you added and check the required box like shown below.

Hope this helps :slight_smile: