PluginProbe
Display Remote Posts Block / 1.0.2
Display Remote Posts Block v1.0.2
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4
display-remote-posts-block / block.json

block.json in Display Remote Posts Block 1.0.2, at block.json

38 lines 777 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "display-remote-posts-block/display-remote-posts",
3 "title": "Display Remote Posts",
4 "category": "embed",
5 "parent": [ "core/group" ],
6 "icon": "admin-post",
7 "description": "Block to display recent posts from a WordPress or Blogger blog",
8 "keywords": [
9 "blog",
10 "blogger",
11 "jetpack"
12 ],
13 "textdomain": "display-remote-posts-block",
14 "attributes": {
15 "url": {
16 "type": "string",
17 "default": ""
18 },
19 "title": {
20 "type": "boolean",
21 "default": true
22 },
23 "posts": {
24 "type": "number",
25 "default": 1
26 },
27 "featured_images": {
28 "type": "boolean",
29 "default": true
30 },
31 "excerpts": {
32 "type": "boolean",
33 "default": true
34 }
35 },
36 "script": "file:./build/index.js",
37 "style": ""
38 }