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