| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "activitypub/reply", |
| 5 |
"version": "0.1.0", |
| 6 |
"title": "Federated Reply", |
| 7 |
"category": "widgets", |
| 8 |
"icon": "commentReplyLink", |
| 9 |
"description": "Respond to posts, notes, videos, and other content on the fediverse. Ensure the URL originates from a federated social network like Mastodon, as other URLs might not function as expected.", |
| 10 |
"supports": { |
| 11 |
"html": false |
| 12 |
}, |
| 13 |
"textdomain": "activitypub", |
| 14 |
"editorScript": "file:./index.js", |
| 15 |
"editorStyle": "file:./edit.css", |
| 16 |
"attributes": { |
| 17 |
"url": { |
| 18 |
"type": "string" |
| 19 |
} |
| 20 |
} |
| 21 |
} |