# blockenberg/2.0.7/blocks/content-ticker/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 118 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/content-ticker/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/content-ticker/block.json
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/content-ticker/block.json#L10-L20`.

```json
{
    "apiVersion": 3,
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "blockenberg/content-ticker",
    "title": "Content Ticker",
    "category": "bkbg-effects",
    "icon": "megaphone",
    "description": "A horizontal scrolling news/announcement ticker with a colored label prefix and clickable items.",
    "textdomain": "blockenberg",
    "editorScript": "bkbg-content-ticker-editor",
    "style": "bkbg-content-ticker-style",
    "viewScript": "bkbg-content-ticker-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "items": {
            "type": "array",
            "default": [
                {
                    "text": "Welcome to our brand-new website — explore all our latest features!",
                    "url": ""
                },
                {
                    "text": "Big sale this weekend — up to 50% off across the entire store!",
                    "url": ""
                },
                {
                    "text": "We just published a new blog post — check it out now!",
                    "url": ""
                },
                {
                    "text": "Sign up for our newsletter and never miss an update!",
                    "url": ""
                }
            ]
        },
        "prefix": {
            "type": "string",
            "default": "📢 Breaking"
        },
        "showPrefix": {
            "type": "boolean",
            "default": true
        },
        "speed": {
            "type": "number",
            "default": 60
        },
        "pauseOnHover": {
            "type": "boolean",
            "default": true
        },
        "separator": {
            "type": "string",
            "default": " ◉ "
        },
        "direction": {
            "type": "string",
            "default": "left"
        },
        "height": {
            "type": "number",
            "default": 44
        },
        "fontSize": {
            "type": "number",
            "default": 14
        },
        "fontWeight": {
            "type": "number",
            "default": 400
        },
        "borderRadius": {
            "type": "number",
            "default": 6
        },
        "prefixPadding": {
            "type": "number",
            "default": 20
        },
        "prefixBg": {
            "type": "string",
            "default": "#ef4444"
        },
        "prefixColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "tickerBg": {
            "type": "string",
            "default": "#1e1b4b"
        },
        "tickerColor": {
            "type": "string",
            "default": "#e2e8f0"
        },
        "linkColor": {
            "type": "string",
            "default": "#a5b4fc"
        },
        "separatorColor": {
            "type": "string",
            "default": "#475569"
        },
        "typoText": {
            "type": "object",
            "default": {}
        }
    }
}

```
