image.html.twig is missing the required 'src' parameter for the radix:image SDC

Created on 16 May 2024, about 1 month ago
Updated 6 June 2024, 10 days ago

Problem/Motivation

Images aren't printed at all.

Steps to reproduce

Proposed resolution

Not tested much yet, but adding 'uri' as 'src' value seems to work well.

{#
/**
 * @file
 * Template for an image field.
 */
#}
{% include 'radix:image' with {
  src: uri,
  responsive: true,
} %}

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

6.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024