# activitypub/3.2.5/build/reply/block.json

ActivityPub, version 3.2.5. 21 lines.

- Page: https://pluginprobe.com/plugins/activitypub/3.2.5/code/build/reply/block.json
- Raw: https://pluginprobe.com/plugins/activitypub/3.2.5/raw/build/reply/block.json
- Modified: 2024-07-29T11:10:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/activitypub/3.2.5/code/build/reply/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "activitypub/reply",
  "version": "0.1.0",
  "title": "Federated Reply",
  "category": "widgets",
  "icon": "commentReplyLink",
  "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.",
  "supports": {
    "html": false
  },
  "textdomain": "activitypub",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./edit.css",
  "attributes": {
    "url": {
      "type": "string"
    }
  }
}
```
