You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Highlight component's description is a TextField but currently rendered as rich text. We should make sure the description is wrapped in <p></p> for semantic purposes and for the right style to kick in.
Context:
See ##4263 (comment)
Highlight component's
description
is aTextField
but currently rendered as rich text. We should make sure thedescription
is wrapped in<p></p>
for semantic purposes and for the right style to kick in.Relevant code to look at
https://github.com/mozilla/foundation.mozilla.org/blob/master/network-api/networkapi/wagtailpages/templates/wagtailpages/tags/card.html#L14
Since this template is used by different components, we shouldn't assume
description
is always in rich text format.The text was updated successfully, but these errors were encountered: