# blockenberg/2.0.7/blocks/image-placeholder/block.json

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

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/image-placeholder/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/image-placeholder/block.json
- Modified: 2026-03-06T12:32:40+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.7/code/blocks/image-placeholder/block.json#L10-L20`.

```json
{
    "apiVersion": 3,
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "blockenberg/image-placeholder",
    "title": "Image Placeholder",
    "category": "bkbg-media",
    "icon": "format-image",
    "description": "Generate custom placeholder images using Canvas. Set dimensions, colors, text, and download or copy the data URI.",
    "keywords": [
        "placeholder",
        "image",
        "canvas",
        "dummy",
        "generator",
        "mockup"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-image-placeholder-editor",
    "style": "bkbg-image-placeholder-style",
    "viewScript": "bkbg-image-placeholder-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "title": {
            "type": "string",
            "default": "Image Placeholder Generator"
        },
        "showTitle": {
            "type": "boolean",
            "default": true
        },
        "defaultWidth": {
            "type": "number",
            "default": 800
        },
        "defaultHeight": {
            "type": "number",
            "default": 600
        },
        "defaultBgColor": {
            "type": "string",
            "default": "#cccccc"
        },
        "defaultTextColor": {
            "type": "string",
            "default": "#555555"
        },
        "defaultText": {
            "type": "string",
            "default": ""
        },
        "defaultTheme": {
            "type": "string",
            "default": "flat"
        },
        "showAspectPresets": {
            "type": "boolean",
            "default": true
        },
        "showThemeSelector": {
            "type": "boolean",
            "default": true
        },
        "showDownloadBtn": {
            "type": "boolean",
            "default": true
        },
        "showCopyUriBtn": {
            "type": "boolean",
            "default": true
        },
        "showCopyUrlBtn": {
            "type": "boolean",
            "default": true
        },
        "accentColor": {
            "type": "string",
            "default": "#6366f1"
        },
        "sectionBg": {
            "type": "string",
            "default": "#f5f3ff"
        },
        "cardBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "titleColor": {
            "type": "string",
            "default": "#3730a3"
        },
        "labelColor": {
            "type": "string",
            "default": "#374151"
        },
        "subtitleColor": {
            "type": "string",
            "default": "#6b7280"
        },
        "borderColor": {
            "type": "string",
            "default": "#e5e7eb"
        },
        "titleFontSize": {
            "type": "number",
            "default": 24
        },
        "titleTypo": {
            "type": "object",
            "default": {}
        },
        "contentMaxWidth": {
            "type": "number",
            "default": 800
        }
    }
}

```
