{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name":  "easy-pricing-tables/list",
	"title": "Pricing Table List",
	"category": "widgets",
	"textdomain": "easy-pricing-tables",
	"parent": [ "easy-pricing-tables/column" ],
	
	"editorScript": "fca-ept4-list-js",
	
	"attributes": {		
		"listStyleType": {
			"type": "string",
			"default": "none"
		}
	},
	
	"supports": {
		"renaming": false,
		"spacing": {     
			"padding": true
		},
		"typography": {
			"fontSize": true,
			"textAlign": true
		},
		"color": {
			"background": true,
			"text": true,
			"enableContrastChecker": false
		}
	}
}