{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/popup-block",
  "version": "1.1.1",
  "title": "Popup Block",
  "category": "necessary-blocks",
  "icon": "admin-comments",
  "description": "A necessary Popup block by Coders Time",
  "example": {},
  "supports": {
    "html": false,
    "color": {},
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": true,
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "popupContent": {
      "type": "string",
      "default": ""
    },
    "title": {
      "type": "string",
      "default": ""
    }
  },
  "keywords": [
    "Popup Block",
    "necessary Blocks",
    "Popup"
  ],
  "textdomain": "popup-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}