make actor mapping matrix more clear
This commit is contained in:
parent
a58e716dad
commit
b5665d6bee
1 changed files with 2 additions and 3 deletions
|
@ -202,7 +202,6 @@ We keep in mind that every post type shall only ever send as a `Create` Activity
|
|||
|
||||
**User Interface:**
|
||||
|
||||
|
||||
| | users | tribe_organizers | custom | blog | category |
|
||||
| -----------------|:-----:|:----------------:|:------:|:-----:|:--------:|
|
||||
| **post** | C | O | O | A | A |
|
||||
|
@ -212,8 +211,8 @@ We keep in mind that every post type shall only ever send as a `Create` Activity
|
|||
|
||||
**x:** WordPress actor-types
|
||||
**y:** WordPress post types
|
||||
**C:** Create
|
||||
**A:** Announce
|
||||
**C:** Create - can only be assigned once per row
|
||||
**A:** Announce - can be assigned multiple times per row, but only if a Create has been assigned before
|
||||
**user:** the WordPress user publishing or updating something
|
||||
**all:** blog-wide actor, everything that is published (like a relay)
|
||||
**custom:** e.g. only a certain post_type that gets announced with this actor
|
||||
|
|
Loading…
Reference in a new issue