| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "activitypub/app", |
| 5 |
"title": "ActivityPub App", |
| 6 |
"category": "widgets", |
| 7 |
"description": "Manage ActivityPub settings, followers, and federation from the WordPress admin.", |
| 8 |
"icon": "smartphone", |
| 9 |
"textdomain": "activitypub", |
| 10 |
"viewScriptModule": [ |
| 11 |
"file:./loader.js", |
| 12 |
"file:./routes/feed/content.js", |
| 13 |
"file:./routes/feed/route.js" |
| 14 |
] |
| 15 |
} |