{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "nanotrans/paywall",
    "version": "0.1.0",
    "title": "NanoTrans Paywall",
    "category": "design",
    "icon": "lock",
    "description": "Mark the boundary between free preview and paid content. Content below this block requires x402 payment.",
    "keywords": [ "paywall", "paid", "x402", "premium", "nanotrans" ],
    "textdomain": "nanotrans-agent-paywall",
    "attributes": {
        "price": {
            "type": "string",
            "default": "0.05"
        },
        "previewLength": {
            "type": "number",
            "default": 200
        },
        "category": {
            "type": "string",
            "default": ""
        },
        "languages": {
            "type": "array",
            "default": [],
            "items": {
                "type": "string"
            }
        }
    },
    "example": {
        "attributes": {
            "price": "0.05",
            "previewLength": 200,
            "category": "k-pop",
            "languages": [ "ko", "en" ]
        }
    },
    "supports": {
        "html": false,
        "multiple": false,
        "reusable": false,
        "anchor": false,
        "className": false
    },
    "editorScript": "file:./index.js",
    "style": "file:./style.css",
    "render": "file:./render.php"
}
