{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ndizi/client-portal",
  "title": "Ndizi Client Portal",
  "description": "Embeds the Ndizi Client Portal for tracking projects, tasks, and invoices.",
  "category": "widgets",
  "icon": "portfolio",
  "keywords": [
    "ndizi",
    "portal",
    "client"
  ],
  "textdomain": "ndizi-project-management",
  "render": "file:./render.php",
  "editorScript": "file:../block.js",
  "viewScript": "ndizi-portal-script",
  "style": "ndizi-portal-style",
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "text": true,
      "link": true,
      "button": true
    }
  },
  "attributes": {
    "enableTaskSubmission": {
      "type": "boolean",
      "default": true
    },
    "enableTimeOff": {
      "type": "boolean",
      "default": false
    },
    "showTasks": {
      "type": "boolean",
      "default": true
    },
    "showInvoices": {
      "type": "boolean",
      "default": true
    },
    "showDiscussion": {
      "type": "boolean",
      "default": true
    }
  }
}