balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

block.json (760B)


      1 {
      2 	"apiVersion": 2,
      3 	"name": "core/embed",
      4 	"title": "Embed",
      5 	"category": "embed",
      6 	"description": "Add a block that displays content pulled from other sites, like Twitter, Instagram or YouTube.",
      7 	"textdomain": "default",
      8 	"attributes": {
      9 		"url": {
     10 			"type": "string"
     11 		},
     12 		"caption": {
     13 			"type": "string",
     14 			"source": "html",
     15 			"selector": "figcaption"
     16 		},
     17 		"type": {
     18 			"type": "string"
     19 		},
     20 		"providerNameSlug": {
     21 			"type": "string"
     22 		},
     23 		"allowResponsive": {
     24 			"type": "boolean",
     25 			"default": true
     26 		},
     27 		"responsive": {
     28 			"type": "boolean",
     29 			"default": false
     30 		},
     31 		"previewable": {
     32 			"type": "boolean",
     33 			"default": true
     34 		}
     35 	},
     36 	"supports": {
     37 		"align": true
     38 	},
     39 	"editorStyle": "wp-block-embed-editor",
     40 	"style": "wp-block-embed"
     41 }