{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "placeholders/half-page",
  "title": "Half Page (300×600)",
  "category": "placeholders",
  "icon": "format-image",
  "description": "Half Page ad placeholder - 300×600 pixels",
  "keywords": [
    "ad",
    "placeholder",
    "half",
    "page",
    "300x600"
  ],
  "textdomain": "placeholders",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "text": true
    }
  },
  "attributes": {
    "backgroundColor": {
      "type": "string",
      "default": "#f0f0f0"
    },
    "textColor": {
      "type": "string",
      "default": "#666666"
    },
    "responsive": {
      "type": "boolean",
      "default": false
    },
    "mobileSize": {
      "type": "string",
      "default": ""
    },
    "tabletSize": {
      "type": "string",
      "default": ""
    }
  }
}
