Validating Media
-
I'm developing a slider module with a slide entity, each slide has an image from the media module. How do I validate on create/edit that the media object is included?
I tried with
rules
inCreateSlideRequest
but that throws a validation error even if an image is included.Many Thanks.