{
  "apiVersion": 2,
  "name": "ezhoroscope/moon-phase",
  "title": "EZ Moon Phase Widget",
  "category": "widgets",
  "description": "Display current moon phase with zodiac-specific lunar guidance.",
  "attributes": {
    "language": {
      "type": "string",
      "default": "en"
    },
    "imageSize": {
      "type": "number",
      "default": 100
    },
    "newMoonImage": {
      "type": "string",
      "default": ""
    },
    "waxingCrescentImage": {
      "type": "string",
      "default": ""
    },
    "firstQuarterImage": {
      "type": "string",
      "default": ""
    },
    "waxingGibbousImage": {
      "type": "string",
      "default": ""
    },
    "fullMoonImage": {
      "type": "string",
      "default": ""
    },
    "waningGibbousImage": {
      "type": "string",
      "default": ""
    },
    "lastQuarterImage": {
      "type": "string",
      "default": ""
    },
    "waningCrescentImage": {
      "type": "string",
      "default": ""
    },
    "ctaEnabled": {
      "type": "boolean",
      "default": false
    },
    "ctaText": {
      "type": "string",
      "default": ""
    },
    "ctaImageUrl": {
      "type": "string",
      "default": ""
    },
    "ctaImageAlt": {
      "type": "string",
      "default": ""
    },
    "ctaUrl": {
      "type": "string",
      "default": ""
    },
    "ctaLinkType": {
      "type": "string",
      "default": "button"
    },
    "ctaLinkText": {
      "type": "string",
      "default": ""
    },
    "ctaImageClickable": {
      "type": "boolean",
      "default": false
    },
    "ctaElementId": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScript": "file:./frontend.js"
}