Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add link color control to list block
  • Loading branch information
carolinan committed Jul 3, 2021
commit ed825c6cdc4b3ffcb274076bf5d43b881270422e
3 changes: 2 additions & 1 deletion packages/block-library/src/list/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"__experimentalFontFamily": true
},
"color": {
"gradients": true
"gradients": true,
"link": true
},
"__unstablePasteTextInline": true,
"__experimentalSelector": "ol,ul"
Expand Down