{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "bp/friends",
  "title": "Friends List",
  "category": "widgets",
  "icon": "buddicons-friends",
  "description": "A dynamic list of recently active, popular, and newest friends of the post author (when used into a page or post) or of the displayed member (when used in a widgetized area). If author/member data is not available the block is not displayed.",
  "keywords": [
    "BuddyPress",
    "friends",
    "community"
  ],
  "textdomain": "buddypress",
  "attributes": {
    "maxFriends": {
      "type": "number",
      "default": 5
    },
    "friendDefault": {
      "type": "string",
      "default": "active"
    },
    "linkTitle": {
      "type": "boolean",
      "default": false
    },
    "postId": {
      "type": "number",
      "default": 0
    }
  },
  "supports": {
    "align": true
  },
  "editorScript": "file:index.js",
  "style": "file:index.css"
}