Skip to content

Commit

Permalink
fix(BlockContent): Add Figure and Collection as valid types
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Mar 16, 2020
1 parent 34858db commit 2e0d0bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/BlockContent.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: Union type for valid block content.
anyOf:
- $ref: CodeBlock
- $ref: CodeChunk
- $ref: Collection
- $ref: Figure
- $ref: Heading
- $ref: List
- $ref: ListItem
Expand Down

0 comments on commit 2e0d0bb

Please sign in to comment.