Skip to content

feat(ImageFromField): add hideTitle prop to optionally hide title attribute

Larissa Mikkers requested to merge feature/image-from-field-show-title-prop into master

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

Merge request reports

Loading