Skip to content

Commit

Permalink
Change inserter property to false
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 16, 2023
1 parent 72e877b commit 7390397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -539,7 +539,7 @@ This block is deprecated. Please use the Avatar block, the Author Name block, an

- **Name:** core/post-author
- **Category:** theme
- **Supports:** color (background, gradients, link, text), inserter, spacing (margin, padding), typography (fontSize, lineHeight), ~~html~~
- **Supports:** color (background, gradients, link, text), spacing (margin, padding), typography (fontSize, lineHeight), ~~html~~, ~~inserter~~
- **Attributes:** avatarSize, byline, isLink, linkTarget, showAvatar, showBio, textAlign

## Author Biography
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-author/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"usesContext": [ "postType", "postId", "queryId" ],
"supports": {
"inserter": true,
"inserter": false,
"html": false,
"spacing": {
"margin": true,
Expand Down

0 comments on commit 7390397

Please sign in to comment.