# friends/2.8.8/blocks/message/block.json

Friends, version 2.8.8. 20 lines.

- Page: https://pluginprobe.com/plugins/friends/2.8.8/code/blocks/message/block.json
- Raw: https://pluginprobe.com/plugins/friends/2.8.8/raw/blocks/message/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.8.8/code/blocks/message/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "friends/message",
	"title": "Friend Message",
	"category": "widgets",
	"textdomain": "friends",
	"icon": "groups",
	"attributes": {
		"sender": {
			"type": "number"
		},
		"date": {
			"type": "number"
		}
	},
	"example": {},
	"editorScript": "file:./build/index.js"
}

```
