feat(ImageFromField): add hideTitle prop to optionally hide title attribute
Add hideTitle prop to optionally hide title attribute
Add hideTitle prop to ImageFromField component to optionally omit the title attribute on images
Usage
<ImageFromField field={field} hideTitle />
No changes needed for existing implementations — the title is shown by default.
Edited by Larissa Mikkers