{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "papyfavi/viewer",
    "title": "Chuck Norris Fact du jour",
    "category": "widgets",
    "icon": "superhero",
    "description": "Affiche un fait de Chuck Norris chaque jour via l'API officielle.",
    "textdomain": "papy3d-fact-viewer-for-chuck365",
    "version": "2.1.2",
    "supports": {
        "html": false,
        "anchor": true
    },
    "attributes": {
        "borderColor": {
            "type": "string"
        },
        "bgColor": {
            "type": "string"
        },
        "textColor": {
            "type": "string"
        },
        "title": {
            "type": "string",
            "default": "Chuck Norris Fact du jour"
        },
        "showCopyright": {
            "type": "boolean",
            "default": true
        },
        "style": {
            "type": "string"
        }
    },
    "style": "papyfavi-style",
    "editorScript": "papyfavi-editor-script",
    "viewScript": "papyfavi-view-script"
}