{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "chargewp/avatar",
  "version": "0.1.0",
  "title": "ChargeWP Avatar",
  "category": "chargewp",
  "icon": "admin-users",
  "description": "Display a user's avatar with upload and management capabilities.",
  "textdomain": "chargewp-front-end-avatar-upload",
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "attributes": {
    "type": {
      "type": "number",
      "default": 0
    },
    "check_page_author": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "align": ["left", "right", "center", "wide", "full"],
    "spacing": {
      "margin": true,
      "padding": true
    }
  }
}
