{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "acscw/paywall",
	"version": "3.0.2",
	"title": "Paid Area",
	"category": "widgets",
	"icon": "lock",
	"description": "Everything after this block is sold. Content placed inside it can be read only by readers who have bought.",
	"keywords": [ "paywall", "paid", "premium", "sell" ],
	"textdomain": "acs-content-for-woocommerce",
	"supports": {
		"html": false,
		"multiple": false,
		"reusable": false,
		"inserter": true,
		"anchor": false,
		"spacing": {
			"margin": [ "top", "bottom" ]
		}
	},
	"attributes": {
		"headline": {
			"type": "string",
			"default": ""
		},
		"description": {
			"type": "string",
			"default": ""
		},
		"buttonText": {
			"type": "string",
			"default": ""
		},
		"showPrice": {
			"type": "boolean",
			"default": true
		}
	},
	"editorScript": "file:./editor.js"
}
