{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "beastfeedbacks/vote",
  "version": "0.1.0",
  "title": "Choice voting",
  "category": "beastfeedbacks",
  "icon": "thumbs-up",
  "description": "Collect votes from multiple choice buttons",
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "beastfeedbacks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}