Replaces icon with image

This commit is contained in:
freearhey
2024-06-24 16:49:35 +03:00
parent 0eaff54a31
commit bb6771f539
170 changed files with 428 additions and 351 deletions

View File

@@ -24,7 +24,7 @@ module.exports = {
title: item.title,
description: item.synopsis,
category: item.genre,
icon: item.imageUrl,
image: item.imageUrl,
start: dayjs(item.from).toJSON(),
stop: dayjs(item.to).toJSON()
})

View File

@@ -25,7 +25,8 @@ it('can parse response', () => {
start: '2021-11-10T23:45:00.000Z',
stop: '2021-11-11T00:20:00.000Z',
title: 'Wooninspiraties',
icon: 'https://images4.persgroep.net/rcs/z5qrZHumkjuN5rWzoaRJ_BTdL7A/diocontent/209688322/_fill/600/400?appId=da11c75db9b73ea0f41f0cd0da631c71',
image:
'https://images4.persgroep.net/rcs/z5qrZHumkjuN5rWzoaRJ_BTdL7A/diocontent/209688322/_fill/600/400?appId=da11c75db9b73ea0f41f0cd0da631c71',
description:
'Een team gaat op pad om inspiratie op te doen over alles wat met wonen en leven te maken heeft; Ze trekken heel het land door om de laatste trends en tips op het gebied van wonen te achterhalen.',
category: 'Magazine'