# blockenberg/2.0.7/blocks/perspective-device/block.json

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

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/perspective-device/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/perspective-device/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/perspective-device/block.json#L10-L20`.

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/perspective-device",
    "title": "Perspective Device",
    "category": "bkbg-effects",
    "icon": "desktop",
    "description": "CSS device mockup (browser, phone, tablet, laptop) with screenshot inside — perfect for hero sections.",
    "textdomain": "blockenberg",
    "editorScript": "bkbg-perspective-device-editor",
    "style": "bkbg-perspective-device-style",
    "attributes": {
        "screenshotUrl": {
            "type": "string",
            "default": ""
        },
        "screenshotId": {
            "type": "number",
            "default": 0
        },
        "screenshotAlt": {
            "type": "string",
            "default": "App screenshot"
        },
        "deviceType": {
            "type": "string",
            "default": "browser"
        },
        "perspective": {
            "type": "string",
            "default": "flat"
        },
        "deviceTheme": {
            "type": "string",
            "default": "light"
        },
        "showReflection": {
            "type": "boolean",
            "default": false
        },
        "showShadow": {
            "type": "boolean",
            "default": true
        },
        "maxWidth": {
            "type": "number",
            "default": 860
        },
        "align": {
            "type": "string",
            "default": "center"
        },
        "paddingTop": {
            "type": "number",
            "default": 48
        },
        "paddingBottom": {
            "type": "number",
            "default": 48
        },
        "sectionBg": {
            "type": "string",
            "default": ""
        },
        "frameColor": {
            "type": "string",
            "default": ""
        },
        "screenBg": {
            "type": "string",
            "default": "#f1f5f9"
        },
        "shadowColor": {
            "type": "string",
            "default": ""
        }
    },
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "keywords": [
        "device",
        "mockup",
        "browser",
        "phone",
        "screenshot",
        "hero"
    ]
}

```
