{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "eventin-pro/event-tag",
  "title": "Event Tag",
  "category": "eventin-blocks",
  "icon": "EnvironmentOutlined",
  "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": "100%",
            "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-event-tag-list": {
            "margin": "5px 5px 5px 5px",
            "padding": "5px 5px 5px 5px",
            "width": "100%",
            "position": "relative"
          },
          ".etn-tags-title": {
            "fontSize": "24px",
            "fontWeight": "700",
            "color": "#111111",
            "margin": "0 0 15px 0",
            "padding": "0",
            "lineHeight": 1.5
          },
          ".etn-tags-link": {
            "fontSize": "16px",
            "fontWeight": "500",
            "color": "#333333",
            "margin": "0 10px 10px 0",
            "padding": "5px 10px",
            "display": "inline-block",
            "textDecoration": "none"
          }
        },
        "Tablet": {
          ".etn-tags-title": {
            "fontSize": "20px"
          },
          ".etn-tags-link": {
            "fontSize": "14px"
          }
        },
        "Mobile": {
          ".etn-tags-title": {
            "fontSize": "18px"
          },
          ".etn-tags-link": {
            "fontSize": "12px"
          }
        }
      }
    }
  },
  "supports": {
    "customClassName": true
  },
  "editorScript": "file:./index.js"
}