{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "acwpblocks/popup",
	"version": "0.1.0",
	"title": "Acwp Popup",
	"category": "design",
	"icon": "smiley",
	"description": "A simple popup block",
	"attributes": {
    "popupId": {
      "type": "string",
      "default": ""
    }
  },
	"supports": {
    "align": ["wide", "full"]
  },
	"textdomain": "acwpblocks",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"render": "file:./render.php",
	"viewScript": "file:./view.js"
}
