--- a/wp/wp-includes/blocks/search/block.json Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/blocks/search/block.json Tue Sep 27 16:37:53 2022 +0200
@@ -1,4 +1,5 @@
{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "core/search",
"title": "Search",
@@ -41,9 +42,24 @@
},
"supports": {
"align": [ "left", "center", "right" ],
+ "color": {
+ "gradients": true,
+ "__experimentalSkipSerialization": true,
+ "__experimentalDefaultControls": {
+ "background": true,
+ "text": true
+ }
+ },
"__experimentalBorder": {
+ "color": true,
"radius": true,
- "__experimentalSkipSerialization": true
+ "width": true,
+ "__experimentalSkipSerialization": true,
+ "__experimentalDefaultControls": {
+ "color": true,
+ "radius": true,
+ "width": true
+ }
},
"html": false
},