{
	"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": "woocommerce-gateway-ratenkaufbyeasycredit",
	"name": "easycredit-ratenkauf/marketing-card",
	"category": "easycredit-ratenkauf",
	"icon": "ec-card",
	"editorScript": "file:./build/index.js",
	"supports": {
		"align": true
	},
	"attributes": {
		"cover": {
			"type": "boolean"
		},
		"alignment": {
			"type": "string",
			"default": "center"
		},
		"mediaID": {
			"type": "number"
		},
		"mediaURL": {
			"type": "string"
		}
	},
	"example": {
		"attributes": {
			"cover": true
		}
	}
}
