Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
www
/
wp-content
/
plugins
/
buddypress
/
bp-friends
/
blocks
/
dynamic-friends
/
Filename :
block.json
back
Copy
{ "$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" }