transformer: propose many-to-many approach

This commit is contained in:
André Menrath 2023-10-06 07:56:44 +02:00
parent b0c82fb4e7
commit 0136e70e6f

View file

@ -85,12 +85,12 @@ The admin user interface in v1.0.0 lets one choose to which object type all post
Every public WordPress post type may be transformed (have different transformers available) may convert it to an ActivityPub object. Transformations that are not
available for a given post type are greyed out in the user interface:
| | Note | Article | Page | Event |
| ----------------- |:----:|:-------:|:----:|:-----:|
| **post** | X | O | O | - |
| **page** | O | X | O | - |
| **tribe_events** | O | - | - | X |
| **...** | O | - | - | - |
| | Note | Post-Format | Events |
| ----------------- |:----:|:-----------:|:------:|
| **post** | X | O | - |
| **page** | O | O | - |
| **tribe_events** | O | - | X |
| **...** | O | - | - |
**x:** ActivityPub object types
**y:** WordPress post types