{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "am/faux-rafflepress",
  "title": "RafflePress",
  "description": "Select a giveaway to display on your site.",
  "version": "0.1.0",
  "category": "widgets",
  "icon": "admin-plugins",
  "supports": {
    "html": false
  },
  "textdomain": "rafflepress",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "attributes": {},
  "example": {
    "attributes": {
      "preview": true
    }
  }
}