feat(SW-213): Created Text Cols component and added to Blocks in Contentstack

This commit is contained in:
Pontus Dreij
2024-09-18 15:12:11 +02:00
parent 730f66d79a
commit f27dee0c56
8 changed files with 129 additions and 5 deletions

View File

@@ -98,6 +98,28 @@ query GetContentPage($locale: String!, $uid: String!) {
}
}
}
... on ContentPageBlocksTextCols {
__typename
text_cols {
columns {
title
text {
json
embedded_itemsConnection {
edges {
node {
__typename
...LoyaltyPageLink
...ContentPageLink
...HotelPageLink
}
}
totalCount
}
}
}
}
}
}
title
header {