PluginProbe
Friends / 4.3.0
Friends v4.3.0
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 4.3.0, at blocks/friends-list/block.json

45 lines 752 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 "supports": {
10 "color": {
11 "background": true,
12 "text": true,
13 "link": true
14 },
15 "typography": {
16 "fontSize": true,
17 "lineHeight": true
18 },
19 "spacing": {
20 "padding": true,
21 "margin": true
22 }
23 },
24 "attributes": {
25 "users_inline": {
26 "type": "boolean",
27 "default": false
28 },
29 "user_types": {
30 "type": "string",
31 "default": "subscriptions"
32 },
33 "folder": {
34 "type": "number",
35 "default": 0
36 }
37 },
38 "example": {
39 "attributes": {
40 "user_types": "subscriptions"
41 }
42 },
43 "editorScript": "file:./build/index.js"
44 }
45