{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "project-pages-blocks/status-card",
  "version": "0.1.0",
  "title": "Project Card (Project Pages)",
  "category": "project-pages-blocks",
  "icon": "embed-generic",
  "description": "Display the project card.",
  "example": {},
  "supports": {
    "html": false,
    "color": false
  },
  "textdomain": "projectpages",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "showFeatImg": {
      "type": "boolean",
      "default": true
    },
    "showTags": {
      "type": "boolean",
      "default": true
    },
    "showLogs": {
      "type": "boolean",
      "default": true
    }
  }
}