{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "jetpack/paypal-payment-buttons",
	"version": "0.1.0",
	"title": "PayPal Payment Buttons",
	"category": "monetize",
	"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.5 9.5v-2h13v2h-13zm0 3v4h13v-4h-13zM4 7a1 1 0 011-1h14a1 1 0 011 1v10a1 1 0 01-1 1H5a1 1 0 01-1-1V7z'/></svg>",
	"description": "Custom block for displaying PayPal Payment Buttons.",
	"example": {},
	"attributes": {
		"buttonType": {
			"type": "string",
			"enum": [ "stacked", "single" ],
			"default": "stacked"
		},
		"scriptSrc": {
			"type": "string"
		},
		"hostedButtonId": {
			"type": "string"
		},
		"buttonText": {
			"type": "string"
		}
	},
	"supports": {
		"html": false
	},
	"textdomain": "jetpack-paypal-payments"
}
