{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/contact-info", "title": "Contact Info", "description": "Add an email address, phone number, and physical address with improved markup for better SEO results.", "keywords": [ "email", "phone", "address" ], "version": "12.5.0", "textdomain": "jetpack", "category": "grow", "icon": "", "supports": { "align": [ "wide", "full" ], "html": false, "color": { "link": true, "gradients": true }, "spacing": { "padding": true, "margin": true }, "typography": { "fontSize": true, "lineHeight": true } }, "example": { "attributes": {}, "innerBlocks": [ { "name": "jetpack/email", "attributes": { "email": "hello@yourjetpack.blog" } }, { "name": "jetpack/phone", "attributes": { "phone": "123-456-7890" } }, { "name": "jetpack/address", "attributes": { "address": "987 Photon Drive", "city": "Speedyville", "region": "CA", "postal": "12345", "country": "USA" } } ] }, "editorScript": "jetpack-blocks-editor" }