Browse
For agents
About
Friends
/
2.8.2
Friends
v2.8.2
Switch version
4.3.2
4.3.1
4.3.0
4.2.2
4.2.1
4.2.0
4.1.0
2.7.4
2.7.5
2.7.6
2.7.7
2.7.8
2.7.9
2.8.0
2.8.1
2.8.2
2.8.3
2.8.4
2.8.5
2.8.6
2.8.7
2.8.8
2.8.9
2.9.0
2.9.1
All 88 releases
Overview
Code
friends
/
blocks
/
message
/
block.json
block.json
in Friends 2.8.2, at blocks/message/block.json
20 lines
355 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
{
2
"
$schema
"
:
"
https://schemas.wp.org/trunk/block.json
"
,
3
"
apiVersion
"
:
2
,
4
"
name
"
:
"
friends/message
"
,
5
"
title
"
:
"
Friend Message
"
,
6
"
category
"
:
"
widgets
"
,
7
"
textdomain
"
:
"
friends
"
,
8
"
icon
"
:
"
groups
"
,
9
"
attributes
"
:
{
10
"
sender
"
:
{
11
"
type
"
:
"
number
"
12
}
,
13
"
date
"
:
{
14
"
type
"
:
"
number
"
15
}
16
}
,
17
"
example
"
:
{
}
,
18
"
editorScript
"
:
"
file:./build/index.js
"
19
}
20