{
  "apiVersion": 3,
  "name": "growthstack/personalization",
  "title": "Personalization",
  "category": "widgets",
  "icon": "groups",
  "description": "Personalize your content.",
  "supports": {
    "html": false,
    "reusable": false
  },
  "textdomain": "personalization",
  "editorScript": [
    "growthstack-slotfills",
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "version": {
      "type": "number",
      "default": 1
    },
    "id": {
      "type": "string",
      "default": ""
    },
    "variants": {
      "type": "array",
      "default": []
    },
    "defaultVariant": {
      "type": "object",
      "default": {}
    },
    "currentVariant": {
      "type": "object",
      "default": {}
    }
  }
}