- Issue created by @mecmartini
I have a node with an image field were a default image is loaded if no image is provided.
The default image is not rendered by sdc_display, instead I obtain a NULL
value.
In all the other cases, without using sdc_display, the default image is working.
As workaround, for now I'm rendering the sdc directly from the template without using of sdc_display.
Below my component setting:
name: Event
group: Layout
description: Event layout.
props:
type: object
properties:
title:
type: string
title: Title
image:
type: string
title: Image
type:
type: string
title: Type
date:
type: string
title: Date
location:
type: string
title: Location
website:
type: string
title: Website
references:
type: string
title: References
body:
type: string
title: Body
Active
1.0
Code