Skip to content

Commit

Permalink
Added GridBlock to JsonSerializerContext
Browse files Browse the repository at this point in the history
  • Loading branch information
usercode committed Jan 18, 2024
1 parent 61aba44 commit 0a68f59
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ namespace DragonFly.BlockField;
[JsonSerializable(typeof(CodeBlock))]
[JsonSerializable(typeof(ContainerBlock))]
[JsonSerializable(typeof(ColumnBlock))]
[JsonSerializable(typeof(GridBlock))]
[JsonSerializable(typeof(HeadingBlock))]
[JsonSerializable(typeof(HtmlBlock))]
[JsonSerializable(typeof(OpenGraphBlock))]
Expand Down

0 comments on commit 0a68f59

Please sign in to comment.