Skip to content

Commit

Permalink
move post featured image block to media category
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanales committed Jul 30, 2024
1 parent c43e1fa commit a7c6563
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 @@ -641,7 +641,7 @@ Display the excerpt. ([Source](https://github.com/WordPress/gutenberg/tree/trunk
Display a post's featured image. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/post-featured-image))

- **Name:** core/post-featured-image
- **Category:** design
- **Category:** media
- **Supports:** align (center, full, left, right, wide), color (~~background~~, ~~text~~), filter (duotone), interactivity (clientNavigation), shadow (), spacing (margin, padding), ~~html~~
- **Attributes:** aspectRatio, customGradient, customOverlayColor, dimRatio, gradient, height, isLink, linkTarget, overlayColor, rel, scale, sizeSlug, useFirstImageFromPost, width

Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-featured-image/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"apiVersion": 3,
"name": "core/post-featured-image",
"title": "Featured Image",
"category": "design",
"category": "media",
"description": "Display a post's featured image.",
"textdomain": "default",
"attributes": {
Expand Down

0 comments on commit a7c6563

Please sign in to comment.