{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "pm-blocks/section",
	"version": "0.1.0",
	"title": "PM Section",
	"category": "design",
	"description": "Display content in multiple columns, with blocks added to each column.",
	"supports": {
		"anchor": true,
		"html": false,
		"align": [ "wide", "full" ]
	},
	"textdomain": "pm-blocks",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"attributes": {
		"columns": {
			"type": "number",
			"default": 2
		}
	}
}
