Skip to content

Commit

Permalink
Time To Read: Add border block support (#63776)
Browse files Browse the repository at this point in the history
* Add border support to time to read block

* Display border control as optional

Co-authored-by: akasunil <[email protected]>
Co-authored-by: aaronrobertshaw <[email protected]>
Co-authored-by: jameskoster <[email protected]>
  • Loading branch information
4 people authored Jul 30, 2024
1 parent d5af45e commit c2c8cef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/block-library/src/post-time-to-read/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
},
"interactivity": {
"clientNavigation": true
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true
}
}
}

0 comments on commit c2c8cef

Please sign in to comment.