{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "leco-cp/project-status",
    "title": "Project Status",
    "category": "widgets",
    "description": "Add Project Status",
    "keywords": [ "status" ],
    "textdomain": "leco-cp",
	"supports": {
        "align": [ "wide" ]
    },
	"attributes": {
        "align": {
            "type": "string",
            "default": "wide"
        },
		"columns": {
			"type": "number",
			"default": 3
		}
    },
    "script": "file:./index.js",
    "style": [ "file:./style-index.css" ],
	"editorStyle": "file:./index.css"
}
