add accordion block
This commit is contained in:
@@ -131,6 +131,12 @@ const OneLevelOfBlocksFragmentDefinition = graphql(`
|
||||
|
||||
const BlockFragmentDefinition = graphql(`
|
||||
fragment Blocks on StreamFieldInterface {
|
||||
... on AccordionBlock {
|
||||
heading
|
||||
body {
|
||||
...OneLevelOfBlocks
|
||||
}
|
||||
}
|
||||
... on PageSectionBlock {
|
||||
title
|
||||
backgroundColor
|
||||
|
||||
Reference in New Issue
Block a user