{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "eventin-pro/event-add-calender",
  "title": "Event Add To Calender",
  "category": "eventin-blocks",
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "containerClassName": {
      "type": "string"
    },
    "eventId": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "styles": {
      "type": "object",
      "default": {
        "Desktop": {
          ".eventin-block-container": {
            "margin": "0px 0px 0px 0px",
            "padding": "0px 0px 0px 0px",
            "width": "400px",
            "position": "relative",
            "zIndex": 0,
            "left": "0px",
            "right": "auto",
            "top": "0px",
            "bottom": "auto",
            "borderColor": "transparent",
            "borderStyle": "solid",
            "borderWidth": "0px",
            "borderRadius": "0px 0px 0px 0px",
            "boxShadow": "none"
          },
          ".eventin-block-container:hover": {
            "borderColor": "transparent",
            "borderStyle": "solid",
            "borderWidth": "0px",
            "borderRadius": "0px 0px 0px 0px",
            "boxShadow": "none"
          },
          ".etn-add-calender": {
            "boxShadow": "0 0 30px rgba(0, 0, 0, .03)",
            "margin": "20px 0",
            "padding": "30px"
          },
          ".etn-add-to-calender-title .etn-title": {
            "margin": "0 0 20px 0",
            "fontSize": "22px",
            "fontWeight": "700"
          }
        },
        "Tablet": {},
        "Mobile": {}
      }
    }
  },
  "supports": {
    "customClassName": true
  },
  "editorScript": "file:./index.js"
}