Opened 10 years ago
Closed 10 years ago
#411 closed defect (bug) (fixed)
Code reference content should only be editable by admins
Reported by: | siobhan | Owned by: | DrewAPicture |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | |
Cc: |
Description
In the code reference, the inline docs are parsed into the content field in WordPress. The should only be editable by site admins.
Therefore, the content for all code reference post types should be blocked for editing to anyone who's not an admin.
Change History (3)
Note: See
TracTickets for help on using
tickets.
I worked on a solution for this over the weekend and should have something to share soon.
It will have to be paired with a pull request on the parser since I'm planning to argue that we move the parsed content out of the post content into meta (so we can use the editor primarily for explanations).