wp/wp-includes/blocks/embed/block.json
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
     1 {
     1 {
       
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"apiVersion": 2,
     3 	"apiVersion": 2,
     3 	"name": "core/embed",
     4 	"name": "core/embed",
     4 	"title": "Embed",
     5 	"title": "Embed",
     5 	"category": "embed",
     6 	"category": "embed",
     6 	"description": "Add a block that displays content pulled from other sites, like Twitter, Instagram or YouTube.",
     7 	"description": "Add a block that displays content pulled from other sites, like Twitter or YouTube.",
     7 	"textdomain": "default",
     8 	"textdomain": "default",
     8 	"attributes": {
     9 	"attributes": {
     9 		"url": {
    10 		"url": {
    10 			"type": "string"
    11 			"type": "string"
    11 		},
    12 		},