PluginProbe
Friends / 2.8.9
Friends v2.8.9
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 / friend-posts / block.json

block.json in Friends 2.8.9, at blocks/friend-posts/block.json

46 lines 778 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/friend-posts",
5 "title": "Friend Posts",
6 "category": "widgets",
7 "textdomain": "friends",
8 "icon": "groups",
9 "attributes": {
10 "author_inline": {
11 "type": "boolean",
12 "default": false
13 },
14 "author_name": {
15 "type": "boolean",
16 "default": true
17 },
18 "author_avatar": {
19 "type": "boolean",
20 "default": true
21 },
22 "show_date": {
23 "type": "boolean",
24 "default": true
25 },
26 "count": {
27 "type": "number",
28 "default": 5
29 },
30 "exclude_users": {
31 "type": "string"
32 },
33 "only_users": {
34 "type": "string"
35 },
36 "internal_link": {
37 "type": "boolean",
38 "default": false
39 }
40 },
41 "example": {
42 "attributes": {}
43 },
44 "editorScript": "file:./build/index.js"
45 }
46