I'm creating a blog based on the flex objects with the following fields:
YAML
admin:
menu:
list:
title: News
icon: fa-newspaper-o
list:
fields:
published:
field:
type: toggle
label: Active
width: 5
news_title:
field:
label: Name
link: edit
news_date:
field:
label: Date
type: datetime
news_image:
field:
type: field
label: Photo
All the columns renders except the photo - which shows [object Object].
Is there any way to render object as image (preferable thumbnail)?
last edited 09/04/26 by gravinator