{
  "apiVersion": 2,
  "name": "ezhoroscope/weekly-horoscope",
  "title": "EZ Weekly Horoscope",
  "category": "widgets",
  "description": "Display weekly horoscope for a chosen zodiac sign.",
  "attributes": {
    "sign": {
      "type": "string",
      "default": "aries"
    },
    "suppressHeading": {
      "type": "boolean",
      "default": false
    },
    "columnLayout": {
      "type": "number",
      "default": 1
    },
    "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%"
    },
    "language": {
      "type": "string",
      "default": "en"
    },
    "sundayImageUrl": {
      "type": "string",
      "default": ""
    },
    "mondayImageUrl": {
      "type": "string",
      "default": ""
    },
    "tuesdayImageUrl": {
      "type": "string",
      "default": ""
    },
    "wednesdayImageUrl": {
      "type": "string",
      "default": ""
    },
    "thursdayImageUrl": {
      "type": "string",
      "default": ""
    },
    "fridayImageUrl": {
      "type": "string",
      "default": ""
    },
    "saturdayImageUrl": {
      "type": "string",
      "default": ""
    },
    "summaryImageUrl": {
      "type": "string",
      "default": ""
    },
    "dailyImageDisplayMode": {
      "type": "string",
      "default": "inline"
    },
    "dailyImageAlignment": {
      "type": "string",
      "default": "center"
    },
    "dailyImageTextWrap": {
      "type": "string",
      "default": "left"
    },
    "dailyImageMaxWidth": {
      "type": "string",
      "default": "40%"
    },
    "dailyImageOverlayOpacity": {
      "type": "number",
      "default": 40
    },
    "dailyImageOverlayColor": {
      "type": "string",
      "default": "black"
    },
    "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": ""
    },
    "sectionHeadingLevel": {
      "type": "string",
      "default": "bold"
    }
  },
  "example": {
    "attributes": {
      "sign": "aries",
      "language": "en",
      "columnLayout": 1,
      "heroImageUrl": "https://immortalunion.com/wp-content/uploads/2025/03/scorpio-1-300x3001-1.jpg",
      "heroImageDisplayMode": "background"
    },
    "innerBlocks": [],
    "preview": "<section class='eztype-flexbox-section'><h2 class='eztype-flexbox-heading'>Aries Weekly Horoscope November 9 — November 15</h2><p>Oh radiant Aries, the cosmos orchestrates a symphony of transformation and courage just for you this week. As Mars stirs your adventurous spirit and Mercury's retrograde invites reflection, expect revelations, healing, and renewed purpose.</p></section>"
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "save": "file:./save.js"
}