{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "irecommendthis/recommend",
    "version": "4.0.0",
    "title": "I Recommend This",
    "category": "widgets",
    "icon": "thumbs-up",
    "description": "Block to add recommend link.",
    "supports": {
        "html": false,
        "align": true,
        "alignWide": false,
        "customClassName": true
    },
    "attributes": {
        "postId": {
            "type": "number",
            "default": null
        },
        "alignText": {
            "type": "string",
            "default": "left"
        },
        "useCurrentPost": {
            "type": "boolean",
            "default": true
        },
        "isEditorPreview": {
            "type": "boolean",
            "default": false
        }
    },
    "textdomain": "i-recommend-this",
    "editorScript": "file:./index.js",
    "editorStyle": "irecommendthis-editor-style",
    "usesContext": ["postId", "postType"]
}
