# blockenberg/2.0.6/blocks/separator/block.json

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

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.6/code/blocks/separator/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.6/raw/blocks/separator/block.json
- Modified: 2026-02-20T22:36:38+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.6/code/blocks/separator/block.json#L10-L20`.

```json
{
  "apiVersion": 3,
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "name": "blockenberg/separator",
  "title": "Separator / Divider",
  "category": "blockenberg",
  "icon": "minus",
  "description": "Decorative divider: line, wave, zigzag or dot pattern, optionally with an icon or text in the centre.",
  "keywords": ["separator", "divider", "hr", "line", "wave", "zigzag", "rule"],
  "textdomain": "blockenberg",
  "editorScript": "bkbg-separator-editor",
  "editorStyle": "bkbg-separator-style",
  "style": "bkbg-separator-style",
  "viewScript": "bkbg-separator-frontend",
  "supports": {
    "html": false,
    "anchor": true,
    "className": true,
    "align": ["wide", "full"]
  },
  "attributes": {

    "blockId": {
      "type": "string",
      "default": ""
    },

    "dividerType": {
      "type": "string",
      "default": "line"
    },

    "lineColor": {
      "type": "string",
      "default": "#d1d5db"
    },
    "lineThickness": {
      "type": "number",
      "default": 1
    },
    "svgHeight": {
      "type": "number",
      "default": 24
    },
    "dotSpacing": {
      "type": "number",
      "default": 14
    },

    "marginTop": {
      "type": "number",
      "default": 24
    },
    "marginBottom": {
      "type": "number",
      "default": 24
    },
    "widthPercent": {
      "type": "number",
      "default": 100
    },

    "middleType": {
      "type": "string",
      "default": "none"
    },
    "middlePosition": {
      "type": "string",
      "default": "center"
    },
    "gapAroundMiddle": {
      "type": "number",
      "default": 16
    },

    "iconName": {
      "type": "string",
      "default": "star"
    },
    "iconSize": {
      "type": "number",
      "default": 20
    },
    "iconColor": {
      "type": "string",
      "default": "#9ca3af"
    },
    "iconBgColor": {
      "type": "string",
      "default": "transparent"
    },
    "iconBgShape": {
      "type": "string",
      "default": "none"
    },
    "iconBgSize": {
      "type": "number",
      "default": 36
    },

    "middleText": {
      "type": "string",
      "default": "§"
    },
    "textSize": {
      "type": "number",
      "default": 14
    },
    "textWeight": {
      "type": "number",
      "default": 400
    },
    "textColor": {
      "type": "string",
      "default": "#9ca3af"
    },
    "textBgColor": {
      "type": "string",
      "default": "transparent"
    },
    "textPaddingH": {
      "type": "number",
      "default": 12
    },
    "textPaddingV": {
      "type": "number",
      "default": 4
    },
    "textRadius": {
      "type": "number",
      "default": 4
    }
  }
}

```
