{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/like", "title": "Like", "description": "Give your readers the ability to show appreciation for your posts.", "keywords": [ "like", "likes", "thumbs up", "button", "heart" ], "version": "1.0.0", "textdomain": "jetpack", "category": "grow", "icon": "", "usesContext": [ "postId" ], "attributes": { "showReblogButton": { "type": "boolean", "default": false }, "showAvatars": { "type": "boolean", "default": true } }, "editorScript": "jetpack-blocks-editor" }