{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "eventin-pro/event-count-down-timer",
  "title": "Event Count Down Timer",
  "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 2px 20px 0px",
            "padding": "20px 20px 20px 20px",
            "width": "100%",
            "position": "relative",
            "zIndex": 0,
            "left": "0px",
            "right": "auto",
            "top": "0px",
            "bottom": "auto",
            "borderColor": "transparent",
            "borderStyle": "solid",
            "borderWidth": "0px",
            "borderRadius": "0px 0px 0px 0px"
          },
          ".eventin-block-container:hover": {},
          ".etn-event-countdown-wrap .etn-count-item": {
            "margin": "0px 20px 0px 20px",
            "padding": "10px 30px 10px 30px"
          }
        },
        "Tablet": {
          ".etn-tab-content": {}
        },
        "Mobile": {
          ".etn-tab-content": {}
        }
      }
    }
  },
  "supports": {
    "customClassName": true
  },
  "editorScript": "file:./index.js"
}