-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathblock.json
98 lines (97 loc) · 2.24 KB
/
block.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "author-avatars/show-avatar",
"title": "Author Avatar Lists",
"category": "common",
"icon": "businessman",
"description": "This plugin makes it easy to *display lists of user avatars*, grouped by user roles, on your (multiuser) site. It also allows you to *insert single avatars* for blog users or any email address into a post or page - great for displaying an image of someone you're talking about.",
"keywords": ["author", "avatar", "author image", "user image", "image", "user photo", "user picture", "Profile", "Thumbnail", "picture", "photo"],
"textdomain": "author-avatars",
"attributes": {
"size": {
"type": "number",
"default": 50
},
"email": {
"type": "string"
},
"alignment": {
"type": "string",
"default": "left"
},
"Options": {
"type": "array"
},
"link": {
"type": "string"
},
"display": {
"type": "Boolean"
},
"role": {
"type": "Boolean"
},
"sort_avatars_by": {
"type": "string",
"default": "display_name"
},
"sort_order": {
"type": "string"
},
"bio_length": {
"type": "number",
"default": 50
},
"user_id": {
"type": "number",
"default": 0
},
"limit": {
"type": "number"
},
"page_size": {
"type": "number"
},
"min_post_count": {
"type": "number"
},
"hidden_users": {
"type": "string"
},
"whitelist_users": {
"type": "string"
},
"background_color": {
"type": "string",
"default": "#fff"
},
"font_color": {
"type": "string",
"default": "#000"
},
"border_radius": {
"type": "number",
"default": "0"
},
"avatar_radius": {
"type": "number",
"default": "0"
},
"border_color": {
"type": "string",
"default": "#000"
},
"border_size": {
"type": "number",
"default": "0"
},
"block_style": {
"type": "string",
"selector": "div",
"source": "attribute",
"attribute": "style"
}
},
"editorScript": "file:./blocks/dist/blocks.build.js",
"editorStyle": "file:./blocks/dist/blocks.editor.build.css",
"style": "file:./blocks/dist/blocks.style.build.css"
}