{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "leco-cp/project-status-block",
  "title": "Project Status Block",
  "category": "widgets",
  "description": "Add Project Status",
  "keywords": [
    "status"
  ],
  "textdomain": "leco-cp",
  "attributes": {
    "value": {
      "type": "string"
    },
    "label": {
      "type": "string",
      "default": "Phase Text"
    },
    "date": {
      "type": "string"
    },
    "showDate": {
      "type": "boolean",
      "default": false
    },
    "backgroundColor": {
      "type": "string"
    }
  },
  "supports": {
    "color": {
      "background": true,
      "gradients": false
    }
  },
  "script": "file:./index.js",
  "style": [
    "file:./style-index.css"
  ],
  "render": "file:./render.php"
}