{
  "apiVersion": 3,
  "name": "countdown/timer",
  "title": "Countdown Timer",
  "textdomain": "countdown-shortcode",
  "description": "Inserisce un countdown personalizzabile per data evento, classi CSS e redirect finale.",
  "category": "widgets",
  "icon": "clock",
  "keywords": [
    "countdown",
    "timer",
    "evento"
  ],
  "supports": {
    "html": false
  },
  "attributes": {
    "datetime": {
      "type": "string",
      "default": ""
    },
    "customClass": {
      "type": "string",
      "default": ""
    },
    "redirectUrl": {
      "type": "string",
      "default": ""
    }
  },
  "style": "countdown-shortcode",
  "editorStyle": "countdown-shortcode",
  "script": "countdown-shortcode",
  "editorScript": "countdown-shortcode-block-editor"
}
