--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/blocks/search/block.json Tue Dec 15 13:49:49 2020 +0100
@@ -0,0 +1,33 @@
+{
+ "name": "core/search",
+ "category": "widgets",
+ "attributes": {
+ "align": {
+ "type": "string",
+ "enum": [
+ "left",
+ "center",
+ "right",
+ "wide",
+ "full"
+ ]
+ },
+ "className": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "placeholder": {
+ "type": "string",
+ "default": ""
+ },
+ "buttonText": {
+ "type": "string"
+ }
+ },
+ "supports": {
+ "align": true,
+ "html": false
+ }
+}