{ "$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": {} } } }