transformer: propose many-to-many approach
This commit is contained in:
parent
79cd1f1675
commit
8fc17ee95c
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue