Describe the feature
Seems like a common trip up.
Steps:
- Implement singular
image
- Error if both
image
and images
are present
- If
images
is a string, throw and say use image
instead.
- If
image
is an array, throw and say use images
instead.
Additional context
No response