{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutengrow/popup",
  "version": "1.0.0",
  "title": "Popup",
  "category": "gutengrow-blocks",
  "description": "Add a customizable popup to your page",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "contentType": {
      "type": "string",
      "default": "custom"
    },
    "postId": {
      "type": "number"
    },
    "pageId": {
      "type": "number"
    },
    "triggerType": {
      "type": "string",
      "default": "time"
    },
    "triggerDelay": {
      "type": "number",
      "default": 5
    },
    "triggerSelector": {
      "type": "string",
      "default": ""
    },
    "triggerOffset": {
      "type": "number",
      "default": 50
    },
    "width": {
      "type": "string",
      "default": "600px"
    },
    "height": {
      "type": "string",
      "default": "auto"
    },
    "animation": {
      "type": "string",
      "default": "fade"
    },
    "position": {
      "type": "string",
      "default": "center"
    },
    "showOnce": {
      "type": "boolean",
      "default": false
    },
    "cookieDuration": {
      "type": "number",
      "default": 7
    },
    "style": {
      "type": "object",
      "default": {
        "backgroundColor": "#ffffff",
        "borderWidth": "0px",
        "borderStyle": "none",
        "borderColor": "#e0e0e0",
        "borderRadius": "8px",
        "padding": "40px",
        "boxShadow": "0 4px 20px rgba(0, 0, 0, 0.15)"
      }
    }
  },
  "textdomain": "gutengrow-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}