{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "pistonui/sliding-text-bar",
  "version": "1.0.0",
  "title": "Sliding Text Bar",
  "category": "pistonui",
  "icon": "slides",
  "description": "Animated marquee text bar with customizable direction and speed",
  "supports": {
    "html": false,
    "align": ["wide", "full"]
  },
  "attributes": {
    "texts": {
      "type": "array",
      "default": [
        {
          "text": "PistonUI - Lightning-Fast Widgets with Beautiful Design"
        },
        {
          "text": "Create Amazing Websites with Custom Elementor Widgets"
        },
        {
          "text": "Professional WordPress Development Made Easy"
        }
      ]
    },
    "separator": {
      "type": "string",
      "default": "✦"
    },
    "direction": {
      "type": "string",
      "default": "rtl"
    },
    "speed": {
      "type": "number",
      "default": 20
    },
    "gap": {
      "type": "number",
      "default": 40
    },
    "extend_lr": {
      "type": "number",
      "default": 0
    },
    "full_width_viewport": {
      "type": "boolean",
      "default": false
    },
    "full_width_bleed": {
      "type": "number",
      "default": 120
    },
    "bg_color": {
      "type": "string",
      "default": "#F7CF66"
    },
    "text_color": {
      "type": "string",
      "default": "#0A0A0A"
    },
    "rotate": {
      "type": "number",
      "default": 0
    },
    "padding": {
      "type": "object",
      "default": {
        "top": "14px",
        "right": "16px",
        "bottom": "14px",
        "left": "16px"
      }
    }
  },
  "editorScript": "file:../../build/sliding-text-bar/index.js"
}
