{
  "apiVersion": 2,
  "name": "ezhoroscope/weekly-horoscope-professional",
  "title": "EZ Weekly Horoscope Professional",
  "category": "widgets",
  "description": "Display professional-style weekly horoscope with two-tier astrological methodology.",
  "attributes": {
    "sign": {
      "type": "string",
      "default": "aries"
    },
    "language": {
      "type": "string",
      "default": "en"
    },
    "heroImageUrl": {
      "type": "string",
      "default": ""
    },
    "heroImageAlt": {
      "type": "string",
      "default": ""
    },
    "heroImageDisplayMode": {
      "type": "string",
      "default": "inline"
    },
    "heroImageAlignment": {
      "type": "string",
      "default": "center"
    },
    "heroImageTextWrap": {
      "type": "string",
      "default": "none"
    },
    "heroImageOverlayOpacity": {
      "type": "number",
      "default": 50
    },
    "heroImageOverlayColor": {
      "type": "string",
      "default": "black"
    },
    "heroImageMaxWidth": {
      "type": "string",
      "default": "40%"
    },
    "ctaPlacement": {
      "type": "string",
      "default": "none"
    },
    "ctaHeadline": {
      "type": "string",
      "default": ""
    },
    "ctaHeadingLevel": {
      "type": "string",
      "default": "h3"
    },
    "ctaText": {
      "type": "string",
      "default": ""
    },
    "ctaButtonText": {
      "type": "string",
      "default": ""
    },
    "ctaButtonUrl": {
      "type": "string",
      "default": ""
    },
    "ctaImageUrl": {
      "type": "string",
      "default": ""
    },
    "ctaImageAlt": {
      "type": "string",
      "default": ""
    },
    "ctaImageClickable": {
      "type": "boolean",
      "default": true
    },
    "ctaImageMaxWidth": {
      "type": "string",
      "default": "100%"
    },
    "ctaBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "ctaBackgroundTransparent": {
      "type": "boolean",
      "default": false
    },
    "ctaButtonColor": {
      "type": "string",
      "default": ""
    }
  },
  "example": {
    "attributes": {
      "sign": "aries",
      "language": "en",
      "heroImageUrl": "",
      "heroImageDisplayMode": "inline"
    }
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}