{
  "apiVersion": 2,
  "name": "ezhoroscope/monthly-horoscope",
  "title": "EZ Monthly Horoscope",
  "category": "widgets",
  "description": "Display monthly horoscope for a chosen zodiac sign.",
  "attributes": {
    "sign": {
      "type": "string",
      "default": "aries"
    },
    "language": {
      "type": "string",
      "default": "en"
    },
    "horoscopeDate": {
      "type": "string",
      "default": ""
    },
    "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": 0
    },
    "heroImageOverlayColor": {
      "type": "string",
      "default": "black"
    },
    "heroImageMaxWidth": {
      "type": "string",
      "default": "40%"
    },
    "suppressHeading": {
      "type": "boolean",
      "default": false
    },

    "showThemeSection": {
      "type": "boolean",
      "default": true
    },
    "showKeyDatesSection": {
      "type": "boolean",
      "default": true
    },
    "showFocusAreasSection": {
      "type": "boolean",
      "default": true
    },
    "showPracticesSection": {
      "type": "boolean",
      "default": true
    },
    "showMantraSection": {
      "type": "boolean",
      "default": true
    },

    "cta1Enabled": {
      "type": "boolean",
      "default": false
    },
    "cta1Position": {
      "type": "string",
      "default": "after-theme"
    },
    "cta1HeaderText": {
      "type": "string",
      "default": ""
    },
    "cta1HeaderLevel": {
      "type": "string",
      "default": "h3"
    },
    "cta1Text": {
      "type": "string",
      "default": ""
    },
    "cta1ImageUrl": {
      "type": "string",
      "default": ""
    },
    "cta1ImageAlt": {
      "type": "string",
      "default": ""
    },
    "cta1Url": {
      "type": "string",
      "default": ""
    },
    "cta1LinkType": {
      "type": "string",
      "default": "button"
    },
    "cta1LinkText": {
      "type": "string",
      "default": ""
    },
    "cta1ImageClickable": {
      "type": "boolean",
      "default": false
    },
    "cta1ElementId": {
      "type": "string",
      "default": ""
    },
    "cta1Alignment": {
      "type": "string",
      "default": "center"
    },
    "cta1ImageMaxWidth": {
      "type": "string",
      "default": "100%"
    },

    "cta2Enabled": {
      "type": "boolean",
      "default": false
    },
    "cta2Position": {
      "type": "string",
      "default": "after-key-dates"
    },
    "cta2HeaderText": {
      "type": "string",
      "default": ""
    },
    "cta2HeaderLevel": {
      "type": "string",
      "default": "h3"
    },
    "cta2Text": {
      "type": "string",
      "default": ""
    },
    "cta2ImageUrl": {
      "type": "string",
      "default": ""
    },
    "cta2ImageAlt": {
      "type": "string",
      "default": ""
    },
    "cta2Url": {
      "type": "string",
      "default": ""
    },
    "cta2LinkType": {
      "type": "string",
      "default": "button"
    },
    "cta2LinkText": {
      "type": "string",
      "default": ""
    },
    "cta2ImageClickable": {
      "type": "boolean",
      "default": false
    },
    "cta2ElementId": {
      "type": "string",
      "default": ""
    },
    "cta2Alignment": {
      "type": "string",
      "default": "center"
    },
    "cta2ImageMaxWidth": {
      "type": "string",
      "default": "100%"
    },

    "cta3Enabled": {
      "type": "boolean",
      "default": false
    },
    "cta3Position": {
      "type": "string",
      "default": "after-focus-areas"
    },
    "cta3HeaderText": {
      "type": "string",
      "default": ""
    },
    "cta3HeaderLevel": {
      "type": "string",
      "default": "h3"
    },
    "cta3Text": {
      "type": "string",
      "default": ""
    },
    "cta3ImageUrl": {
      "type": "string",
      "default": ""
    },
    "cta3ImageAlt": {
      "type": "string",
      "default": ""
    },
    "cta3Url": {
      "type": "string",
      "default": ""
    },
    "cta3LinkType": {
      "type": "string",
      "default": "button"
    },
    "cta3LinkText": {
      "type": "string",
      "default": ""
    },
    "cta3ImageClickable": {
      "type": "boolean",
      "default": false
    },
    "cta3ElementId": {
      "type": "string",
      "default": ""
    },
    "cta3Alignment": {
      "type": "string",
      "default": "center"
    },
    "cta3ImageMaxWidth": {
      "type": "string",
      "default": "100%"
    }
  },
  "editorScript": "file:./index.js",
  "viewScript": "file:./frontend.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}