feat(SW-559): add ImageContainer to contentPage RTE

This commit is contained in:
Matilda Landström
2024-10-22 09:53:02 +02:00
parent ea3b86c33e
commit 8381862af8

View File

@@ -22,6 +22,7 @@ fragment Content_ContentPage on ContentPageBlocksContent {
...ContentPageLink
...HotelPageLink
...LoyaltyPageLink
...ImageContainer
}
}
}
@@ -41,6 +42,7 @@ fragment Content_ContentPageRefs on ContentPageBlocksContent {
...ContentPageRef
...HotelPageRef
...LoyaltyPageRef
...ImageContainerRef
}
}
}