{
  "apiVersion": 2,
  "name": "ezhoroscope/zodiac-compatibility",
  "title": "EZ Zodiac Compatibility",
  "category": "widgets",
  "icon": "heart",
  "description": "Display zodiac sign compatibility with an optional inline image.",
  "attributes": {
    "language": {
      "type": "string",
      "default": "en"
    },
    "heroImageUrl": {
      "type": "string",
      "default": ""
    },
    "heroImageAlt": {
      "type": "string",
      "default": ""
    },
    "heroImageTextWrap": {
      "type": "string",
      "default": "none"
    },
    "heroImageMaxWidth": {
      "type": "string",
      "default": "40%"
    }
  },
  "editorScript": "file:./index.js",
  "viewScript": "file:./frontend.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "save": "file:./save.js"
}
