Skip to content

Commit

Permalink
Remove the multiple:false restriction on the time to read block (#49253)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored Mar 27, 2023
1 parent f4f22a8 commit 521e967
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference-guides/core-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ Show minutes required to finish reading the post. ([Source](https://github.com/W

- **Name:** core/post-time-to-read
- **Category:** theme
- **Supports:** typography (fontSize, lineHeight), ~~html~~, ~~multiple~~
- **Supports:** typography (fontSize, lineHeight), ~~html~~
- **Attributes:** textAlign

## Post Title
Expand Down
1 change: 0 additions & 1 deletion packages/block-library/src/post-time-to-read/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
"supports": {
"html": false,
"multiple": false,
"typography": {
"fontSize": true,
"lineHeight": true,
Expand Down

1 comment on commit 521e967

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 521e967.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4530015379
📝 Reported issues:

Please sign in to comment.