add image-and-text and image slider block types

This commit is contained in:
2024-05-15 06:33:14 +02:00
parent 71b0a87180
commit ba28578a0c
18 changed files with 453 additions and 47 deletions
+1 -7
View File
@@ -13,13 +13,7 @@ const GenericFragmentDefinition = graphql(`
urlPath
title
body {
id
blockType
field
... on RichTextBlock {
rawValue
value
}
...Blocks
}
}
`);