{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "docsy/content",
    "version": "1.0.0",
    "title": "Docsy Content",
    "category": "theme",
    "icon": "align-center",
    "description": "Displays the main document content area.",
    "supports": {
        "html": false,
        "multiple": false
    },
    "textdomain": "docsy",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css",
    "style": "file:./style.css",
    "viewScript": "file:./view.js",
    "render": "file:./render.php"
}