add support for embed blocks, with some styling for youtube
This commit is contained in:
@@ -126,6 +126,11 @@ const OneLevelOfBlocksFragmentDefinition = graphql(`
|
||||
}
|
||||
}
|
||||
}
|
||||
... on EmbedBlock {
|
||||
url
|
||||
embed
|
||||
rawEmbed
|
||||
}
|
||||
}
|
||||
`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user