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

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

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

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/tool-card",
    "title": "Tool Card",
    "description": "Recommended software or SaaS tool card for review and affiliate articles. Distinct from the ecommerce product card — designed for digital tools, apps, and services.",
    "category": "bkbg-blog",
    "icon": "admin-plugins",
    "keywords": [
        "tool",
        "software",
        "saas",
        "review",
        "affiliate",
        "app",
        "recommendation"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-tool-card-editor",
    "style": "bkbg-tool-card-style",
    "viewScript": "bkbg-tool-card-frontend",
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "toolName": {
            "type": "string",
            "default": "Notion"
        },
        "tagline": {
            "type": "string",
            "default": "All-in-one workspace for notes, wikis, and projects"
        },
        "logoUrl": {
            "type": "string",
            "default": ""
        },
        "logoId": {
            "type": "number",
            "default": 0
        },
        "logoAlt": {
            "type": "string",
            "default": ""
        },
        "rating": {
            "type": "number",
            "default": 4.5
        },
        "ratingCount": {
            "type": "string",
            "default": "2,300+ reviews"
        },
        "showRating": {
            "type": "boolean",
            "default": true
        },
        "pricing": {
            "type": "string",
            "default": "freemium"
        },
        "pricingNote": {
            "type": "string",
            "default": "Free plan available · Paid from $8/mo"
        },
        "showPricing": {
            "type": "boolean",
            "default": true
        },
        "description": {
            "type": "string",
            "default": "Notion is a flexible all-in-one workspace that replaces your notes, wikis, tasks, and databases. Perfect for individuals and teams who want everything in one place."
        },
        "features": {
            "type": "array",
            "default": [
                "Unlimited pages and blocks",
                "Real-time collaboration",
                "Database views (table, board, gallery)",
                "API and 500+ integrations",
                "Available on web, desktop, and mobile"
            ]
        },
        "ctaLabel": {
            "type": "string",
            "default": "Try Notion Free"
        },
        "ctaUrl": {
            "type": "string",
            "default": "#"
        },
        "badgeText": {
            "type": "string",
            "default": "Editor's Pick"
        },
        "showBadge": {
            "type": "boolean",
            "default": true
        },
        "layout": {
            "type": "string",
            "default": "horizontal"
        },
        "borderRadius": {
            "type": "number",
            "default": 12
        },
        "bgColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "borderColor": {
            "type": "string",
            "default": "#e2e8f0"
        },
        "accentColor": {
            "type": "string",
            "default": "#6366f1"
        },
        "nameColor": {
            "type": "string",
            "default": "#111827"
        },
        "taglineColor": {
            "type": "string",
            "default": "#6b7280"
        },
        "descColor": {
            "type": "string",
            "default": "#374151"
        },
        "featureColor": {
            "type": "string",
            "default": "#374151"
        },
        "starColor": {
            "type": "string",
            "default": "#f59e0b"
        },
        "pricingColor": {
            "type": "string",
            "default": "#374151"
        },
        "badgeBg": {
            "type": "string",
            "default": "#fef3c7"
        },
        "badgeColor": {
            "type": "string",
            "default": "#92400e"
        },
        "ctaBg": {
            "type": "string",
            "default": "#6366f1"
        },
        "ctaColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "nameTypo": {
            "type": "object",
            "default": {}
        },
        "bodyTypo": {
            "type": "object",
            "default": {}
        }
    }
}

```
