# blockenberg/2.0.13/blocks/embed/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.13. 109 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.13/code/blocks/embed/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.13/raw/blocks/embed/block.json
- Modified: 2026-09-12T16:20:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.13/code/blocks/embed/block.json#L10-L20`.

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/embed",
    "version": "1.0.0",
    "title": "Embed / iFrame",
    "category": "bkbg-media",
    "icon": "embed-generic",
    "description": "Responsive iframe embed for Calendly, Typeform, Google Forms, Airtable, YouTube, Vimeo, or any URL. Full aspect-ratio control and loading options.",
    "keywords": [
        "embed",
        "iframe",
        "calendly",
        "typeform",
        "form",
        "video",
        "airtable",
        "notion",
        "figma",
        "external"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-embed-editor",
    "editorStyle": "bkbg-embed-style",
    "style": "bkbg-embed-style",
    "viewScript": "bkbg-embed-frontend",
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "url": {
            "type": "string",
            "default": ""
        },
        "title": {
            "type": "string",
            "default": "Embedded content"
        },
        "aspectRatio": {
            "type": "string",
            "default": "16:9"
        },
        "customHeight": {
            "type": "number",
            "default": 600
        },
        "maxWidth": {
            "type": "number",
            "default": 0
        },
        "borderRadius": {
            "type": "number",
            "default": 8
        },
        "showBorder": {
            "type": "boolean",
            "default": false
        },
        "borderColor": {
            "type": "string",
            "default": "#e5e7eb"
        },
        "borderWidth": {
            "type": "number",
            "default": 1
        },
        "allowFullscreen": {
            "type": "boolean",
            "default": true
        },
        "scrolling": {
            "type": "string",
            "default": "auto"
        },
        "loading": {
            "type": "string",
            "default": "lazy"
        },
        "sandbox": {
            "type": "string",
            "default": ""
        },
        "showPlaceholder": {
            "type": "boolean",
            "default": true
        },
        "placeholderText": {
            "type": "string",
            "default": "Enter a URL in the block settings to embed content."
        },
        "bgColor": {
            "type": "string",
            "default": ""
        },
        "paddingTop": {
            "type": "number",
            "default": 32
        },
        "paddingBottom": {
            "type": "number",
            "default": 32
        }
    }
}

```
