transformer: propose many-to-many approach #7

Merged
linos merged 5 commits from transformer-many-to-many into main 2023-10-06 12:57:10 +02:00
Showing only changes of commit 0136e70e6f - Show all commits

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