diff --git a/architecture design proposal.md b/architecture design proposal.md index 63ac480..d232cd1 100755 --- a/architecture design proposal.md +++ b/architecture design proposal.md @@ -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