{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "blockenberg/client-showcase", "title": "Client Showcase", "description": "\"Trusted by\" section featuring client logos with optional tagline, grayscale hover effect, and a pull-quote from a featured client.", "icon": "awards", "category": "bkbg-marketing", "keywords": [ "clients", "logos", "trusted by", "partners", "brands", "social proof", "testimonial" ], "textdomain": "blockenberg", "editorScript": "bkbg-client-showcase-editor", "style": "bkbg-client-showcase-style", "viewScript": "bkbg-client-showcase-frontend", "supports": { "html": false, "align": [ "wide", "full" ] }, "attributes": { "headline": { "type": "string", "default": "Trusted by 10,000+ businesses worldwide" }, "subheadline": { "type": "string", "default": "From fast-growing startups to global enterprises." }, "showHeader": { "type": "boolean", "default": true }, "headerAlign": { "type": "string", "default": "center" }, "logos": { "type": "array", "default": [ { "id": "l1", "name": "Acme Corp", "imageUrl": "", "imageId": 0 }, { "id": "l2", "name": "Globex", "imageUrl": "", "imageId": 0 }, { "id": "l3", "name": "Initech", "imageUrl": "", "imageId": 0 }, { "id": "l4", "name": "Umbrella Co", "imageUrl": "", "imageId": 0 }, { "id": "l5", "name": "Stark Ind.", "imageUrl": "", "imageId": 0 }, { "id": "l6", "name": "Wayne Ent.", "imageUrl": "", "imageId": 0 } ] }, "showQuote": { "type": "boolean", "default": true }, "quoteText": { "type": "string", "default": "This platform transformed how our team operates. We cut our delivery time in half within the first month." }, "quoteAuthor": { "type": "string", "default": "Sarah Johnson" }, "quoteRole": { "type": "string", "default": "Head of Product, Acme Corp" }, "quoteAvatarUrl": { "type": "string", "default": "" }, "quoteAvatarId": { "type": "number", "default": 0 }, "layout": { "type": "string", "default": "row" }, "columns": { "type": "number", "default": 6 }, "logoHeight": { "type": "number", "default": 40 }, "logoGrayscale": { "type": "boolean", "default": true }, "logoHoverColor": { "type": "boolean", "default": true }, "logoBg": { "type": "boolean", "default": false }, "logoRadius": { "type": "number", "default": 8 }, "logoPadding": { "type": "number", "default": 16 }, "gap": { "type": "number", "default": 32 }, "headerGap": { "type": "number", "default": 40 }, "quoteGap": { "type": "number", "default": 48 }, "paddingTop": { "type": "number", "default": 64 }, "paddingBottom": { "type": "number", "default": 64 }, "headlineColor": { "type": "string", "default": "#0f172a" }, "subColor": { "type": "string", "default": "#64748b" }, "logoBgColor": { "type": "string", "default": "#f8fafc" }, "logoBorderColor": { "type": "string", "default": "#e2e8f0" }, "logoTintColor": { "type": "string", "default": "#94a3b8" }, "quoteBg": { "type": "string", "default": "#f8fafc" }, "quoteBorder": { "type": "string", "default": "#e2e8f0" }, "quoteTextColor": { "type": "string", "default": "#1e293b" }, "quoteMetaColor": { "type": "string", "default": "#64748b" }, "accentColor": { "type": "string", "default": "#6c3fb5" }, "sectionBg": { "type": "string", "default": "" }, "headlineFontSize": { "type": "number", "default": 28 }, "headlineFontWeight": { "type": "string", "default": "600" }, "subFontSize": { "type": "number", "default": 16 }, "subFontWeight": { "type": "string", "default": "400" }, "quoteFontSize": { "type": "number", "default": 18 }, "quoteFontWeight": { "type": "string", "default": "400" }, "quoteLineHeight": { "type": "number", "default": 1.6 }, "typoHeadline": { "type": "object", "default": {} }, "typoSubhead": { "type": "object", "default": {} }, "typoQuote": { "type": "object", "default": {} } } }