summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/embed/block.json
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/embed/block.json')
-rw-r--r--wp-includes/blocks/embed/block.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/wp-includes/blocks/embed/block.json b/wp-includes/blocks/embed/block.json
new file mode 100644
index 0000000..9ca54db
--- /dev/null
+++ b/wp-includes/blocks/embed/block.json
@@ -0,0 +1,51 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "name": "core/embed",
+ "title": "Embed",
+ "category": "embed",
+ "description": "Add a block that displays content pulled from other sites, like Twitter or YouTube.",
+ "textdomain": "default",
+ "attributes": {
+ "url": {
+ "type": "string",
+ "__experimentalRole": "content"
+ },
+ "caption": {
+ "type": "string",
+ "source": "html",
+ "selector": "figcaption",
+ "__experimentalRole": "content"
+ },
+ "type": {
+ "type": "string",
+ "__experimentalRole": "content"
+ },
+ "providerNameSlug": {
+ "type": "string",
+ "__experimentalRole": "content"
+ },
+ "allowResponsive": {
+ "type": "boolean",
+ "default": true
+ },
+ "responsive": {
+ "type": "boolean",
+ "default": false,
+ "__experimentalRole": "content"
+ },
+ "previewable": {
+ "type": "boolean",
+ "default": true,
+ "__experimentalRole": "content"
+ }
+ },
+ "supports": {
+ "align": true,
+ "spacing": {
+ "margin": true
+ }
+ },
+ "editorStyle": "wp-block-embed-editor",
+ "style": "wp-block-embed"
+}