|
1 | 1 | {
|
2 |
| - "$schema": "https://schemas.wp.org/trunk/block.json", |
3 |
| - "name": "activitypub/reactions", |
4 |
| - "apiVersion": 2, |
5 |
| - "version": "1.0.0", |
6 |
| - "title": "Fediverse Reactions", |
7 |
| - "category": "widgets", |
8 |
| - "icon": "heart", |
9 |
| - "description": "Display Fediverse likes and reposts", |
10 |
| - "supports": { |
11 |
| - "html": false, |
12 |
| - "align": true, |
13 |
| - "layout": { |
14 |
| - "default": { |
15 |
| - "type": "constrained", |
16 |
| - "orientation": "vertical", |
17 |
| - "justifyContent": "center" |
18 |
| - } |
19 |
| - } |
20 |
| - }, |
21 |
| - "attributes": {}, |
22 |
| - "blockHooks": { |
23 |
| - "core/post-content": "after" |
24 |
| - }, |
25 |
| - "textdomain": "activitypub", |
26 |
| - "editorScript": "file:./index.js", |
27 |
| - "style": [ "file:./style-index.css", "wp-components" ], |
28 |
| - "viewScript": "file:./view.js" |
| 2 | + "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | + "name": "activitypub/reactions", |
| 4 | + "apiVersion": 2, |
| 5 | + "version": "1.0.0", |
| 6 | + "title": "Fediverse Reactions", |
| 7 | + "category": "widgets", |
| 8 | + "icon": "heart", |
| 9 | + "description": "Display Fediverse likes and reposts", |
| 10 | + "supports": { |
| 11 | + "html": false, |
| 12 | + "align": true, |
| 13 | + "layout": { |
| 14 | + "default": { |
| 15 | + "type": "constrained", |
| 16 | + "orientation": "vertical", |
| 17 | + "justifyContent": "center" |
| 18 | + } |
| 19 | + } |
| 20 | + }, |
| 21 | + "attributes": {}, |
| 22 | + "blockHooks": { |
| 23 | + "core/post-content": "after" |
| 24 | + }, |
| 25 | + "textdomain": "activitypub", |
| 26 | + "editorScript": "file:./index.js", |
| 27 | + "style": [ "file:./style-index.css", "wp-components" ], |
| 28 | + "viewScript": "file:./view.js" |
29 | 29 | }
|
0 commit comments