wp/wp-includes/blocks/pattern/block.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 {
     1 {
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 2,
     3 	"apiVersion": 3,
     4 	"name": "core/pattern",
     4 	"name": "core/pattern",
     5 	"title": "Pattern",
     5 	"title": "Pattern placeholder",
     6 	"category": "theme",
     6 	"category": "theme",
     7 	"description": "Show a block pattern.",
     7 	"description": "Show a block pattern.",
     8 	"supports": {
     8 	"supports": {
     9 		"html": false,
     9 		"html": false,
    10 		"inserter": false
    10 		"inserter": false,
       
    11 		"renaming": false,
       
    12 		"interactivity": {
       
    13 			"clientNavigation": true
       
    14 		}
    11 	},
    15 	},
    12 	"textdomain": "default",
    16 	"textdomain": "default",
    13 	"attributes": {
    17 	"attributes": {
    14 		"slug": {
    18 		"slug": {
    15 			"type": "string"
    19 			"type": "string"