15 lines
441 B
JSON
15 lines
441 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "activitypub/app",
|
|
"title": "ActivityPub App",
|
|
"category": "widgets",
|
|
"description": "Manage ActivityPub settings, followers, and federation from the WordPress admin.",
|
|
"icon": "smartphone",
|
|
"textdomain": "activitypub",
|
|
"viewScriptModule": [
|
|
"file:./loader.js",
|
|
"file:./routes/feed/content.js",
|
|
"file:./routes/feed/route.js"
|
|
]
|
|
} |