{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "solid-post-likes/like-button",
    "title": "Like Button",
    "category": "widgets",
    "icon": "heart",
    "description": "The Solid Post Likes button. Works inside Query Loops.",
    "keywords": [ "like", "heart", "favorite" ],
    "textdomain": "solid-post-likes",
    "usesContext": [ "postId" ],
    "attributes": {
        "showCounter": {
            "type": "boolean",
            "default": true
        }
    },
    "supports": {
        "html": false
    },
    "editorScript": "file:./index.js"
}
