Create hero and text with image components
This commit is contained in:
@@ -47,6 +47,7 @@ export function dataToPage(pageRecord: any): WebPage {
|
||||
title: component["twsi_title"],
|
||||
text: component["twsi_text"],
|
||||
imageSide: component["twsi_image_side"],
|
||||
imageSize: component["twsi_image_size"],
|
||||
image: {
|
||||
url: getImageUrl(component["image"]["filename_disk"]),
|
||||
width: component["image"]["width"],
|
||||
|
||||
Reference in New Issue
Block a user