{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "frontis-blocks/news-ticker",
  "version": "1.0.0",
  "title": "News Ticker",
  "category": "frontis-blocks",
  "description": "A customizable news ticker block with various styling options.",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "customClassName": false
  },
  "providesContext": {
    "frontisBlocks:isNewsTicker": "isNewsTicker",
    "frontisBlocks:headingTag": "tickerHeadingTag",
    "frontisBlocks:arrowsUniqueId": "arrowsUniqueId"
  },
  "textdomain": "frontis-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}