{
  "apiVersion": 2,
  "name": "ezhoroscope/zodiac-profile",
  "title": "EZ Zodiac Profile",
  "category": "widgets",
  "description": "Interactive zodiac sign profile calculator — visitors enter their birthdate and get a complete profile.",
  "attributes": {
    "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%"
    },
    "hideHeading": {
      "type": "boolean",
      "default": false
    },
    "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": {
      "language": "en"
    }
  },
  "editorScript": "file:./index.js",
  "viewScript": "file:./frontend.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}