# friends/2.7.8/blocks/friend-posts/block.json

Friends, version 2.7.8. 46 lines.

- Page: https://pluginprobe.com/plugins/friends/2.7.8/code/blocks/friend-posts/block.json
- Raw: https://pluginprobe.com/plugins/friends/2.7.8/raw/blocks/friend-posts/block.json
- Modified: 2022-12-11T01:22:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/friends/2.7.8/code/blocks/friend-posts/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "friends/friend-posts",
	"title": "Friend Posts",
	"category": "widgets",
	"textdomain": "friends",
	"icon": "groups",
	"attributes": {
		"author_inline": {
			"type": "boolean",
			"default": false
		},
		"author_name": {
			"type": "boolean",
			"default": true
		},
		"author_avatar": {
			"type": "boolean",
			"default": true
		},
		"show_date": {
			"type": "boolean",
			"default": true
		},
		"count": {
			"type": "number",
			"default": 5
		},
		"exclude_users": {
			"type": "string"
		},
		"only_users": {
			"type": "string"
		},
		"internal_link": {
			"type": "boolean",
			"default": false
		}
	},
	"example": {
		"attributes": {}
	},
	"editorScript": "file:./build/index.js"
}

```
