# blockenberg/2.0.7/blocks/avatar-group/block.json

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

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

```json
{
    "apiVersion": 3,
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "blockenberg/avatar-group",
    "title": "Avatar Group",
    "category": "bkbg-business",
    "icon": "groups",
    "description": "Overlapping stack of user or team avatars with an optional +X counter bubble.",
    "keywords": [
        "avatar",
        "group",
        "users",
        "team",
        "overlap",
        "stack",
        "faces"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-avatar-group-editor",
    "editorStyle": "bkbg-avatar-group-style",
    "style": "bkbg-avatar-group-style",
    "viewScript": "bkbg-avatar-group-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": []
    },
    "attributes": {
        "avatars": {
            "type": "array",
            "default": []
        },
        "maxShown": {
            "type": "number",
            "default": 5
        },
        "avatarSize": {
            "type": "number",
            "default": 48
        },
        "overlap": {
            "type": "number",
            "default": 14
        },
        "direction": {
            "type": "string",
            "default": "right"
        },
        "borderColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "borderWidth": {
            "type": "number",
            "default": 3
        },
        "counterBg": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "counterText": {
            "type": "string",
            "default": "#ffffff"
        },
        "label": {
            "type": "string",
            "default": ""
        },
        "labelFontSize": {
            "type": "number",
            "default": 14
        },
        "counterFontSize": {
            "type": "number",
            "default": 13
        },
        "counterTypo": {
            "type": "object",
            "default": {}
        },
        "labelTypo": {
            "type": "object",
            "default": {}
        }
    }
}

```
