PluginProbe
Friends / 2.8.1
Friends v2.8.1
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
friends / blocks / friends-list / block.json

block.json in Friends 2.8.1, at blocks/friends-list/block.json

25 lines 443 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 2,
4 "name": "friends/friends-list",
5 "title": "Friends List",
6 "category": "widgets",
7 "textdomain": "friends",
8 "icon": "groups",
9 "attributes": {
10 "users_inline": {
11 "type": "boolean",
12 "default": false
13 },
14 "user_types": {
15 "type": "string"
16 }
17 },
18 "example": {
19 "attributes": {
20 "user_types": "friends"
21 }
22 },
23 "editorScript": "file:./build/index.js"
24 }
25