{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "edwiser-bridge/profile",
  "version": "0.1.0",
  "title": "Edwiser Profile",
  "category": "edwiser",
  "icon": "id",
  "description": "Display user's profile information with edit options.",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "pageTitle": {
      "type": "string",
      "default": "Profile"
    },
    "hidePageTitle": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "edwiser-bridge",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}