From b673965d71ec52e6ac43e7915f7592b5df24ac3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Thu, 12 Oct 2023 10:16:44 +0200 Subject: [PATCH] transformer: make its role more clear --- architecture design proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture design proposal.md b/architecture design proposal.md index 78ba2c4..170fd23 100755 --- a/architecture design proposal.md +++ b/architecture design proposal.md @@ -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 |