{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "pn-cookies-manager/cookies-list",
  "title": "Cookies List",
  "category": "pn-cookies-manager",
  "icon": "privacy",
  "description": "Display registered cookies organized by category.",
  "keywords": [
    "cookies",
    "privacy",
    "GDPR"
  ],
  "textdomain": "pn-cookies-manager",
  "attributes": {
    "category": {
      "type": "string",
      "default": ""
    },
    "showTitle": {
      "type": "boolean",
      "default": true
    },
    "title": {
      "type": "string",
      "default": ""
    },
    "showEmpty": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "align": true
  }
}
