HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //var/www/test.kaunokolegija.lt/kk_wp_content/plugins/marquee-block/build/marquee/block.json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "storepress/marquee",
  "version": "1.1.0",
  "title": "Marquee",
  "category": "storepress",
  "description": "Marquee block is CSS based animation block to display scrolling text, images and any kinds of blocks horizontally and vertically.",
  "attributes": {
    "orientation": {
      "type": "string",
      "default": "x"
    },
    "animationDirection": {
      "type": "string",
      "enum": [
        "normal",
        "reverse"
      ],
      "default": "normal"
    },
    "hoverAnimationState": {
      "type": "string",
      "enum": [
        "paused",
        "running"
      ],
      "default": "paused"
    },
    "animationSpeed": {
      "type": "string",
      "default": "10s"
    },
    "gap": {
      "type": "string",
      "default": "40px"
    },
    "whiteSpace": {
      "type": "string",
      "enum": [
        "wrap",
        "nowrap"
      ],
      "default": "wrap"
    },
    "overlayColor": {
      "type": "string"
    }
  },
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "textdomain": "marquee-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "viewScript": "file:./view.js",
  "viewStyle": "file:./view.css",
  "render": "file:./render.php"
}