{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "caliph/marquee",
  "version": "1.0.0",
  "title": "Marquee",
  "category": "widgets",
  "icon": "controls-forward",
  "description": "Display scrolling text with customizable speed, direction, and styling options.",
  "keywords": [
    "marquee",
    "scroll",
    "ticker",
    "animation"
  ],
  "textdomain": "caliph",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./style-index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": ".caliph-marquee-content",
      "default": "✦ BOOK FOR ONLINE APPOINTMENT ✦ PROFESSIONAL HEALTHCARE SERVICES ✦ 24/7 EMERGENCY SUPPORT ✦ EXPERT MEDICAL CONSULTATIONS ✦ MODERN FACILITIES & EQUIPMENT ✦ TRUSTED BY THOUSANDS OF PATIENTS ✦"
    },
    "speed": {
      "type": "number",
      "default": 50
    },
    "direction": {
      "type": "string",
      "default": "left"
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "textColor": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "example": {
    "attributes": {
      "content": "✦ BOOK FOR ONLINE APPOINTMENT ✦ PROFESSIONAL HEALTHCARE SERVICES ✦ 24/7 EMERGENCY SUPPORT ✦ EXPERT MEDICAL CONSULTATIONS ✦ MODERN FACILITIES & EQUIPMENT ✦ TRUSTED BY THOUSANDS OF PATIENTS ✦",
      "speed": 50,
      "direction": "left"
    }
  }
}