# blockenberg/2.0.7/blocks/icon-cloud/block.json

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

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

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/icon-cloud",
    "title": "Icon Cloud",
    "description": "An interactive 3D sphere of icons, emojis, or tag words that auto-rotates and responds to mouse movement. Great for showcasing skills, technologies, or topics.",
    "category": "bkbg-effects",
    "textdomain": "blockenberg",
    "editorScript": "bkbg-icon-cloud-editor",
    "style": "bkbg-icon-cloud-style",
    "viewScript": "bkbg-icon-cloud-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "items": {
            "type": "array",
            "default": [
                "React",
                "Vue",
                "Angular",
                "TypeScript",
                "JavaScript",
                "Node.js",
                "Python",
                "GraphQL",
                "Docker",
                "Figma",
                "Tailwind",
                "AWS",
                "Redis",
                "MongoDB",
                "PostgreSQL",
                "Kubernetes",
                "Git",
                "Webpack",
                "Vite",
                "Next.js",
                "Rust",
                "Go",
                "Swift",
                "Kotlin",
                "Flutter"
            ]
        },
        "cloudRadius": {
            "type": "number",
            "default": 220
        },
        "autoRotateX": {
            "type": "number",
            "default": 0.002
        },
        "autoRotateY": {
            "type": "number",
            "default": 0.004
        },
        "mouseEffect": {
            "type": "boolean",
            "default": true
        },
        "mouseStrength": {
            "type": "number",
            "default": 0.06
        },
        "perspective": {
            "type": "number",
            "default": 900
        },
        "fontSize": {
            "type": "number",
            "default": 14
        },
        "fontWeight": {
            "type": "string",
            "default": "600"
        },
        "lineHeight": {
            "type": "number",
            "default": 1.4
        },
        "itemPadding": {
            "type": "number",
            "default": 6
        },
        "itemBorderRadius": {
            "type": "number",
            "default": 6
        },
        "bgColor": {
            "type": "string",
            "default": ""
        },
        "cloudHeight": {
            "type": "number",
            "default": 500
        },
        "colorMode": {
            "type": "string",
            "default": "gradient"
        },
        "colorFrom": {
            "type": "string",
            "default": "#7c3aed"
        },
        "colorTo": {
            "type": "string",
            "default": "#ec4899"
        },
        "itemBg": {
            "type": "string",
            "default": "#1e1b4b"
        },
        "itemBorder": {
            "type": "string",
            "default": "#7c3aed44"
        },
        "textColor": {
            "type": "string",
            "default": "#e2e8f0"
        },
        "hoverColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "hoverBg": {
            "type": "string",
            "default": "#7c3aed"
        },
        "showBackground": {
            "type": "boolean",
            "default": false
        },
        "depthFade": {
            "type": "boolean",
            "default": true
        },
        "itemTypo": {
            "type": "object",
            "default": {}
        }
    }
}

```
