{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "nemtly/animated-ribbon",
  "version": "1.0.0",
  "title": "Animated Ribbon",
  "category": "nemtly",
  "icon": "update",
  "description": "Text moving along a ribbon path.",
  "example": {},
  "supports": {
    "html": false,
    "color": {
      "text": true,
      "background": true
    },
    "typography": {
      "fontSize": true
    }
  },
  "textdomain": "nemtly-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "content": {
      "type": "string",
      "default": "Stargazing Opportunities — Scenic Waterfalls — 360° Panoramic Views — 3 Campgrounds — "
    },
    "ribbonColor": {
      "type": "string",
      "default": "#006fa1"
    },
    "textColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "duration": {
      "type": "number",
      "default": 25
    },
    "pathWidth": {
      "type": "number",
      "default": 200
    }
  }
}