{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "pm-blocks/list",
	"version": "0.1.0",
	"title": "PM List",
	"category": "design",
	"description": "Add custom list block.",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ],
		"anchor": true
	},
	"textdomain": "pm-blocks",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"attributes": {
		"items": {
			"type": "array",
			"default": []
		},
		"columns": {
			"type": "number",
			"default": 1
		}
	}
}
