Skip to content

Commit

Permalink
Add anchor block support to List Items (WordPress#48758)
Browse files Browse the repository at this point in the history
Co-authored-by: tomdevisser <[email protected]>
Co-authored-by: ejnwebmaster <[email protected]>
Co-authored-by: mtias <[email protected]>
Co-authored-by: adamwoodnz <[email protected]>
Co-authored-by: pbiron <[email protected]>
Co-authored-by: talldan <[email protected]>
  • Loading branch information
7 people authored Aug 7, 2024
1 parent 5693867 commit 9a55d5f
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 9a55d5f

Please sign in to comment.