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:**
|
**User Interface:**
|
||||||
|
|
||||||
|
|
||||||
| | users | tribe_organizers | custom | blog | category |
|
| | users | tribe_organizers | custom | blog | category |
|
||||||
| -----------------|:-----:|:----------------:|:------:|:-----:|:--------:|
|
| -----------------|:-----:|:----------------:|:------:|:-----:|:--------:|
|
||||||
| **post** | C | O | O | A | A |
|
| **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
|
**x:** WordPress actor-types
|
||||||
**y:** WordPress post types
|
**y:** WordPress post types
|
||||||
**C:** Create
|
**C:** Create - can only be assigned once per row
|
||||||
**A:** Announce
|
**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
|
**user:** the WordPress user publishing or updating something
|
||||||
**all:** blog-wide actor, everything that is published (like a relay)
|
**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
|
**custom:** e.g. only a certain post_type that gets announced with this actor
|
||||||
|
|
Loading…
Reference in a new issue