Skip to content

Commit

Permalink
feat(TableCell): Change content to array of BlockContent
Browse files Browse the repository at this point in the history
Closes #136
  • Loading branch information
nokome authored and Nokome Bentley committed Jan 21, 2020
1 parent 2da8d60 commit c71681c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/TableCell.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ properties:
description: Contents of the table cell.
type: array
items:
$ref: InlineContent
$ref: BlockContent
required:
- content

0 comments on commit c71681c

Please sign in to comment.