# blockenberg/2.0.7/blocks/pagination/block.json

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

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/pagination/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/pagination/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/pagination/block.json#L10-L20`.

```json
{
    "apiVersion": 3,
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "blockenberg/pagination",
    "title": "Pagination",
    "category": "bkbg-layout",
    "icon": "controls-forward",
    "description": "Styled numeric pagination preview with prev/next, colors, shape and alignment controls.",
    "keywords": [
        "pagination",
        "pages",
        "nav",
        "next",
        "previous",
        "page numbers"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-pagination-editor",
    "editorStyle": "bkbg-pagination-style",
    "style": "bkbg-pagination-style",
    "viewScript": "bkbg-pagination-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "prevLabel": {
            "type": "string",
            "default": "\u2190 Previous"
        },
        "nextLabel": {
            "type": "string",
            "default": "Next \u2192"
        },
        "pageRange": {
            "type": "number",
            "default": 2
        },
        "alignment": {
            "type": "string",
            "default": "center"
        },
        "style": {
            "type": "string",
            "default": "rounded"
        },
        "itemSize": {
            "type": "number",
            "default": 40
        },
        "gap": {
            "type": "number",
            "default": 6
        },
        "fontSize": {
            "type": "number",
            "default": 14
        },
        "activeBg": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "activeText": {
            "type": "string",
            "default": "#ffffff"
        },
        "normalBg": {
            "type": "string",
            "default": "#f3f4f6"
        },
        "normalText": {
            "type": "string",
            "default": "#374151"
        },
        "hoverBg": {
            "type": "string",
            "default": "#ede9fe"
        },
        "fontWeight": {
            "type": "string",
            "default": "600"
        },
        "itemTypo": {
            "type": "object",
            "default": {}
        }
    }
}
```
