{
  "apiVersion": 2,
  "name": "ezhoroscope/daily-horoscope",
  "title": "EZ Daily Horoscope",
  "category": "widgets",
  "description": "Display today's horoscope for a chosen zodiac sign.",
  "attributes": {
    "sign": {
      "type": "string",
      "default": "aries"
    },
    "horoscopeStyle": {
      "type": "string",
      "default": "poetic"
    },
    "suppressHeading": {
      "type": "boolean",
      "default": false
    },
    "suppressPromotionalContent": {
      "type": "boolean",
      "default": false
    },
    "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"
    },
    "showHeroSection": {
      "type": "boolean",
      "default": true
    },
    "showGuidanceSection": {
      "type": "boolean",
      "default": true
    },
    "showAdviceSection": {
      "type": "boolean",
      "default": true
    },
    "showConclusionSection": {
      "type": "boolean",
      "default": true
    },
    "showMoonItem": {
      "type": "boolean",
      "default": true
    },
    "showSunItem": {
      "type": "boolean",
      "default": true
    },
    "showMarsItem": {
      "type": "boolean",
      "default": true
    },
    "showMercuryItem": {
      "type": "boolean",
      "default": true
    },
    "showJupiterItem": {
      "type": "boolean",
      "default": true
    },
    "showVenusItem": {
      "type": "boolean",
      "default": true
    },
    "showSaturnItem": {
      "type": "boolean",
      "default": true
    },
    "showNeptuneItem": {
      "type": "boolean",
      "default": true
    },
    "showUranusItem": {
      "type": "boolean",
      "default": true
    },
    "showPlutoItem": {
      "type": "boolean",
      "default": true
    },
    "cta1Enabled": {
      "type": "boolean",
      "default": false
    },
    "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"
    },
    "cta2Enabled": {
      "type": "boolean",
      "default": false
    },
    "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"
    },
    "cta3Enabled": {
      "type": "boolean",
      "default": false
    },
    "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"
    }
  },
  "editorScript": "file:./index.js",
  "viewScript": "file:./frontend.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "save": "file:./save.js"
}