- Issue created by @just_like_good_vibes
- First commit to issue fork.
Should we add the alts in the preview YML file, or create a props property to insert the alts?
- 🇫🇷France just_like_good_vibes PARIS
good question, we can discuss that tomorrow morning on the weekly. my short answer would be yes :
- one prop for the new customizable alt
- one prop for the new customizable title - 🇫🇷France just_like_good_vibes PARIS
nobody is assigned yet.. yassrzg, you want to try ?
- 🇫🇷France spryah
Hello,
The MR doesn't exist but it peeked at the changes and it seems to me that the line 5 should be changed
From this:
{% if caption or transcription %} {% set attributes = attributes.setAttribute('role', 'group') %} {% endif %}
To this:
{% if caption %} {% set attributes = attributes.setAttribute('role', 'group') %} {% endif %}