{
    "apiVersion": 3,
    "title": "Marketing Card",
    "description": "The card component advertises easyCredit-Ratenkauf. The default image shown in the card can be overwritten. This allows you to use an image that matches your product offering.",
    "textdomain": "wc-easycredit",
    "name": "easycredit-ratenkauf/marketing-card",
    "category": "easycredit-ratenkauf",
    "icon": "ec-card",
    "editorScript": "file:./block.js",
    "supports": {
        "align": true
    },
    "attributes": {
        "cover": {
            "type": "boolean"
        },
        "alignment": {
            "type": "string",
            "default": "center"
        },
        "mediaID": {
            "type": "number"
        },
        "mediaURL": {
            "type": "string"
        }
    },
    "example": {
        "attributes": {
            "cover": true
        }
    }
}
