Skip to content

Commit

Permalink
Add color support in Categories List block
Browse files Browse the repository at this point in the history
  • Loading branch information
akasunil committed Jul 25, 2024
1 parent c460ed3 commit 88b8bd6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/categories/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@
},
"interactivity": {
"clientNavigation": true
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
}
},
"editorStyle": "wp-block-categories-editor",
Expand Down

0 comments on commit 88b8bd6

Please sign in to comment.