add accordion block

This commit is contained in:
2024-07-14 17:46:08 +02:00
parent 2dd94b3d1d
commit fb95bb9694
7 changed files with 222 additions and 35 deletions
+6
View File
@@ -131,6 +131,12 @@ const OneLevelOfBlocksFragmentDefinition = graphql(`
const BlockFragmentDefinition = graphql(`
fragment Blocks on StreamFieldInterface {
... on AccordionBlock {
heading
body {
...OneLevelOfBlocks
}
}
... on PageSectionBlock {
title
backgroundColor