{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "name": "activitypub/extra-fields",
  "apiVersion": 3,
  "version": "8.2.0",
  "title": "Fediverse Extra Fields",
  "category": "widgets",
  "description": "Display extra fields from Fediverse user profiles.",
  "textdomain": "activitypub",
  "icon": "list-view",
  "keywords": [
    "fediverse",
    "activitypub",
    "profile",
    "fields"
  ],
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true,
        "link": true
      }
    },
    "__experimentalBorder": {
      "radius": true,
      "width": true,
      "color": true,
      "style": true
    },
    "shadow": true,
    "typography": {
      "fontSize": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    }
  },
  "styles": [
    {
      "name": "compact",
      "label": "Compact",
      "isDefault": true
    },
    {
      "name": "stacked",
      "label": "Stacked"
    },
    {
      "name": "cards",
      "label": "Cards"
    }
  ],
  "attributes": {
    "selectedUser": {
      "type": "string",
      "default": "blog"
    },
    "maxFields": {
      "type": "number",
      "default": 0
    }
  },
  "usesContext": [
    "postType",
    "postId"
  ],
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}