{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "wpdjot/djot",
    "version": "1.5.15",
    "title": "Djot",
    "category": "text",
    "icon": "editor-code",
    "description": "Write content using Djot markup language.",
    "keywords": ["djot", "markup", "markdown", "text"],
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "className": true
    },
    "textdomain": "djot-markup",
    "attributes": {
        "content": {
            "type": "string",
            "default": ""
        }
    },
    "editorScript": "file:./index.js",
    "editorStyle": "file:./editor.css",
    "render": "file:./render.php"
}
