{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wp-bannerize/block",
  "title": "Bannerize",
  "textdomain": "wp-bannerize",
  "icon": "smiley",
  "category": "widgets",
  "example": {},
  "description": "Display a list of banners in accordance with the settings below.",
  "attributes": {
    "numbers": {
      "type": "number",
      "default": 1
    },
    "campaigns": {
      "type": "array",
      "default": []
    },
    "banners": {
      "type": "array",
      "default": []
    },
    "orderby": {
      "type": "string",
      "enum": [
        "menu_order",
        "rand"
      ],
      "default": "menu_order"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": [
    "file:./view.js",
    "example-shared-view-script"
  ],
  "render": "file:./render.php",
  "keywords": [
    "ab967f"
  ]
}