--- a/wp/wp-includes/blocks/archives/block.json Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/blocks/archives/block.json Fri Sep 05 18:52:52 2025 +0200
@@ -26,6 +26,12 @@
},
"supports": {
"align": true,
+ "__experimentalBorder": {
+ "radius": true,
+ "color": true,
+ "width": true,
+ "style": true
+ },
"html": false,
"spacing": {
"margin": true,
@@ -48,6 +54,15 @@
"fontSize": true
}
},
+ "color": {
+ "gradients": true,
+ "link": true,
+ "__experimentalDefaultControls": {
+ "background": true,
+ "text": true,
+ "link": true
+ }
+ },
"interactivity": {
"clientNavigation": true
}