# blockenberg/2.0.7/blocks/hover-card/block.json

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

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

```json
{
    "apiVersion": 3,
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "blockenberg/hover-card",
    "title": "Hover Card",
    "category": "bkbg-effects",
    "icon": "images-alt",
    "description": "Card that reveals hidden content (overlay) when hovered with customizable direction and animation.",
    "keywords": [
        "hover",
        "card",
        "overlay",
        "reveal",
        "effect",
        "image"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-hover-card-editor",
    "editorStyle": "bkbg-hover-card-style",
    "style": "bkbg-hover-card-style",
    "viewScript": "bkbg-hover-card-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": []
    },
    "attributes": {
        "imageUrl": {
            "type": "string",
            "default": ""
        },
        "imageId": {
            "type": "number",
            "default": 0
        },
        "imageAlt": {
            "type": "string",
            "default": ""
        },
        "bgColor": {
            "type": "string",
            "default": "#1e0a3c"
        },
        "revealDirection": {
            "type": "string",
            "default": "bottom"
        },
        "overlayBg": {
            "type": "string",
            "default": "rgba(108,63,181,0.92)"
        },
        "heading": {
            "type": "string",
            "default": "Card Title"
        },
        "text": {
            "type": "string",
            "default": "Hover reveal description goes here."
        },
        "btnLabel": {
            "type": "string",
            "default": "Learn More"
        },
        "btnUrl": {
            "type": "string",
            "default": "#"
        },
        "showBtn": {
            "type": "boolean",
            "default": true
        },
        "textColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "duration": {
            "type": "number",
            "default": 300
        },
        "cardWidth": {
            "type": "number",
            "default": 300
        },
        "cardHeight": {
            "type": "number",
            "default": 220
        },
        "borderRadius": {
            "type": "number",
            "default": 12
        },
        "headingSz": {
            "type": "number",
            "default": 18
        },
        "headingFontWeight": {
            "type": "string",
            "default": "700"
        },
        "headingLineHeight": {
            "type": "number",
            "default": 1.3
        },
        "textSz": {
            "type": "number",
            "default": 14
        },
        "textFontWeight": {
            "type": "string",
            "default": "400"
        },
        "textLineHeight": {
            "type": "number",
            "default": 1.6
        },
        "headingTypo": {
            "type": "object",
            "default": {}
        },
        "textTypo": {
            "type": "object",
            "default": {}
        }
    }
}

```
