Skip to content

Commit

Permalink
Adds List Item block anchor support
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdevisser authored and talldan committed Aug 7, 2024
1 parent 5693867 commit 0f7c5d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guides/core-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ An individual item within a list. ([Source](https://github.com/WordPress/gutenbe
- **Category:** text
- **Parent:** core/list
- **Allowed Blocks:** core/list
- **Supports:** color (background, gradients, link, text), interactivity (clientNavigation), spacing (margin, padding), splitting, typography (fontSize, lineHeight), ~~className~~
- **Supports:** anchor, color (background, gradients, link, text), interactivity (clientNavigation), spacing (margin, padding), splitting, typography (fontSize, lineHeight), ~~className~~
- **Attributes:** content, placeholder

## Login/out
Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/list-item/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"supports": {
"anchor": true,
"className": false,
"splitting": true,
"color": {
Expand Down

0 comments on commit 0f7c5d2

Please sign in to comment.