transformer: make its role more clear
This commit is contained in:
parent
0faaa256ca
commit
b673965d71
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class Post {
|
||||||
```
|
```
|
||||||
|
|
||||||
## Proposal
|
## Proposal
|
||||||
All publicly accessible WordPress post types can become active for ActivityPub federation when selecting a transformer available for the relevant post type. The transformer determines the target ActivityPub object type, which can vary depending on variables like the post type or post format. If there is no specific transformer available for a given post type, it cannot be assigned through the user interface.
|
All publicly accessible WordPress post types can become active for ActivityPub federation when selecting a transformer available for the relevant post type. **It is up to the transformer to determine the target ActivityPub object type**, which may vary depending on variables such as post type or post format. If there is no specific transformer available for a given post type, it cannot be assigned through the user interface.
|
||||||
|
|
||||||
### Frontend
|
### Frontend
|
||||||
| | Note | Post-Format | The Events Calendar Transformer | Custom Event Transformer |
|
| | Note | Post-Format | The Events Calendar Transformer | Custom Event Transformer |
|
||||||
|
|
Loading…
Reference in a new issue