add support for embed blocks, with some styling for youtube

This commit is contained in:
2024-07-15 00:24:28 +02:00
parent 55f8062f07
commit 55257f3bb4
14 changed files with 244 additions and 27 deletions
+5
View File
@@ -126,6 +126,11 @@ const OneLevelOfBlocksFragmentDefinition = graphql(`
}
}
}
... on EmbedBlock {
url
embed
rawEmbed
}
}
`);