add colored horizontal rule block

This commit is contained in:
2024-05-21 01:00:22 +02:00
parent 4d9796fbe7
commit 82f18dd24a
8 changed files with 101 additions and 20 deletions

View File

@ -26,6 +26,9 @@ const BlockFragmentDefinition = graphql(`
}
}
}
... on HorizontalRuleBlock {
color
}
}
`);