Changes between Initial Version and Version 1 of Ticket #45423, comment 19
- Timestamp:
- 01/12/2020 07:49:29 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45423, comment 19
initial v1 1 1 2 I'm running into this right now as we have users who we wish to access reusable blocks on custom post types (we want to simply the editing experience for them by only showing them the content that they work on and not all posts which is the current behavior as mentioned in this ticket)2 I'm running into this right now as we have users who we wish to access reusable blocks on custom post types. We want to simplify the editing experience for our internal staff by only showing them the content that they work on; (some custom post types) and not all content of the post type 'posts' which is the current behavior as mentioned in this ticket. 3 3 4 While I wasdeveloping, I had mistakenly assumed that the read_blocks permission would give them permission to access the blocks (both core and reusable)4 While developing, I had mistakenly assumed that the read_blocks permission would give them permission to access the blocks (both core and reusable) 5 5 (and this wasn't documented anywhere, to my knowledge, until I delved into the code and then found this ticket). 6 6