{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "wpmf/filedesign",
    "title": "WPMF Media Download",
    "category": "wp-media-folder",
    "icon": "media-archive",
    "description": "",
    "textdomain": "wpmf",
    "attributes": {
        "id": {
            "type": "number",
            "default": 0
        },
        "file": {
            "type": "object",
            "default": {}
        },
        "target": {
            "type": "string",
            "default": ""
        },
        "cover": {
            "type": "string",
            "source": "attribute",
            "selector": "img",
            "attribute": "src"
        }
    },
    "editorScript": [
        "wpmf-file-design-editor-script",
        "wpmf-single-file"
    ],
    "style": "wpmf-single-file"
}