2020-10-19 22:57:07 +02:00
|
|
|
{
|
2020-10-20 15:36:16 +02:00
|
|
|
"apiVersion": 2,
|
2020-10-19 22:57:07 +02:00
|
|
|
"name": "core/embed",
|
2021-05-19 17:09:27 +02:00
|
|
|
"title": "Embed",
|
2020-10-19 22:57:07 +02:00
|
|
|
"category": "embed",
|
2021-05-19 17:09:27 +02:00
|
|
|
"description": "Add a block that displays content pulled from other sites, like Twitter, Instagram or YouTube.",
|
|
|
|
"textdomain": "default",
|
2020-10-19 22:57:07 +02:00
|
|
|
"attributes": {
|
|
|
|
"url": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"caption": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html",
|
|
|
|
"selector": "figcaption"
|
|
|
|
},
|
|
|
|
"type": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"providerNameSlug": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"allowResponsive": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
"responsive": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
},
|
|
|
|
"previewable": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2021-01-28 03:04:13 +01:00
|
|
|
"align": true
|
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-embed-editor",
|
|
|
|
"style": "wp-block-embed"
|
2020-10-19 22:57:07 +02:00
|
|
|
}
|