{
  "apiVersion": 2,
  "name": "ezhoroscope/daily-horoscope-sections",
  "title": "EZ Horoscope Section",
  "category": "widgets",
  "icon": "excerpt-view",
  "description": "Display a specific section of a horoscope (guidance, advice, conclusion, or planetary item).",
  "attributes": {
    "sign": {
      "type": "string",
      "default": "aries"
    },
    "section": {
      "type": "string",
      "default": "guidance"
    },
    "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%"
    }
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "save": "file:./save.js"
}
