transformer: make its role more clear

This commit is contained in:
André Menrath 2023-10-12 10:16:44 +02:00
parent 0faaa256ca
commit b673965d71

View file

@ -108,7 +108,7 @@ class Post {
```
## 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
| | Note | Post-Format | The Events Calendar Transformer | Custom Event Transformer |