add 360 photosphere element support
This commit is contained in:
@@ -164,6 +164,12 @@ const LeafBlocksFragmentDefinition = graphql(`
|
||||
backgroundColor
|
||||
factBoxBody: body
|
||||
}
|
||||
... on PhotoSphereBlock {
|
||||
photoSphereImage: image {
|
||||
...Image
|
||||
}
|
||||
photoSphereTitle: title
|
||||
}
|
||||
}
|
||||
`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user