{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "riaco-was-this-helpful/helpful-box-block",
  "version": "0.1.1",
  "title": "Helpful Box Block",
  "category": "widgets",
  "icon": "thumbs-up",
  "description": "Show helpful box block in editor.",
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "riaco-was-this-helpful",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}