{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/views-block",
  "version": "0.1.0",
  "title": "WPForms Views",
  "category": "widgets",
  "icon": "editor-table",
  "description": "Display WPForms View",
  "supports": {
    "html": false
  },
  "textdomain": "views-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "attributes": {
    "_view_id": {
      "type": "string",
      "default": ""
    }
  }
}