We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3b11e commit 489c273Copy full SHA for 489c273
content_tree.go
@@ -539,6 +539,7 @@ func (n *BodyBlock) UnmarshalJSON(data []byte) error {
539
if err := json.Unmarshal(data, &v); err != nil {
540
return err
541
}
542
+ n.CustomCodeComponent = &v
543
default:
544
return fmt.Errorf("failed to unmarshal BodyBlock from %s: %w", data, ErrUnmarshalInvalidNode)
545
0 commit comments