{
  "apiVersion": 3,
  "title": "Scrolling (Marquee)",
  "name": "brandy/scrolling",
  "category": "brandy-blocks",
  "description": "A marquee-style scrolling block for logos, text, icons and more",
  "keywords": [
    "scrolling",
    "marquee",
    "ticker",
    "banner",
    "logo"
  ],
  "attributes": {
    "direction": {
      "type": "string",
      "default": "left",
      "enum": [
        "left",
        "right"
      ]
    },
    "speed": {
      "type": "string",
      "default": "medium",
      "enum": [
        "slow",
        "medium",
        "fast",
        "very-fast"
      ]
    },
    "infinite": {
      "type": "boolean",
      "default": true
    },
    "pauseOnHover": {
      "type": "boolean",
      "default": true
    },
    "gap": {
      "type": "string",
      "default": "24px"
    },
    "startOffscreen": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "reusable": false,
    "html": false,
    "interactivity": true,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "gradients": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "render": "file:./render.php",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js"
}