From 8381862af8346af086341bac64c75d6ff041b132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Tue, 22 Oct 2024 09:53:02 +0200 Subject: [PATCH] feat(SW-559): add ImageContainer to contentPage RTE --- lib/graphql/Fragments/Blocks/Content.graphql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/graphql/Fragments/Blocks/Content.graphql b/lib/graphql/Fragments/Blocks/Content.graphql index 56b39e34b..4a48f35f3 100644 --- a/lib/graphql/Fragments/Blocks/Content.graphql +++ b/lib/graphql/Fragments/Blocks/Content.graphql @@ -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 } } }