{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "wha-puzzle/puzzle",
    "title": "Puzzle",
    "category": "widgets",
    "icon": "games",
    "description": "Embed a drag-and-drop jigsaw puzzle created under Puzzles.",
    "keywords": [ "puzzle", "jigsaw", "game" ],
    "textdomain": "wha-puzzle",
    "attributes": {
        "puzzleId": {
            "type": "integer",
            "default": 0
        }
    },
    "supports": {
        "html": false,
        "multiple": false,
        "align": [ "wide", "full" ]
    },
    "editorScript": "file:./index.js",
    "editorStyle": "file:./editor.css"
}
