{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/device-mockup",
  "version": "1.0.0",
  "title": "Device Mockup",
  "category": "bloqra",
  "icon": "smartphone",
  "description": "Show a screenshot — or any content — inside a phone, tablet, laptop or browser frame. The frames are pure CSS, no images to load.",
  "keywords": [
    "device",
    "mockup",
    "phone",
    "laptop",
    "browser",
    "screenshot",
    "frame"
  ],
  "example": {
    "attributes": {
      "device": "phone"
    },
    "innerBlocks": [
      {
        "name": "core/paragraph",
        "attributes": {
          "content": " "
        }
      }
    ]
  },
  "attributes": {
    "device": {
      "type": "string",
      "default": "phone",
      "enum": [
        "phone",
        "tablet",
        "laptop",
        "browser"
      ]
    },
    "orientation": {
      "type": "string",
      "default": "portrait",
      "enum": [
        "portrait",
        "landscape"
      ]
    },
    "frameShade": {
      "type": "string",
      "default": "dark",
      "enum": [
        "dark",
        "light"
      ]
    },
    "frameColor": {
      "type": "string",
      "default": ""
    },
    "width": {
      "type": "string",
      "default": ""
    },
    "browserUrl": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "center",
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true
    },
    "shadow": true
  },
  "textdomain": "bloqra",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}