Editor: Fix 403 forbidden error for users with low capabilities #60987
Labels
[Package] Edit Post
/packages/edit-post
[Package] Editor
/packages/editor
[Status] In Progress
Tracking issues with work in progress
[Type] Bug
An existing feature does not function as intended
Currently, the editor generates two 403 (forbidden) errors for users with low capabilities. Both requests are made to the
/settings
endpoint, which requiresmanage_options
capabilities; the capability is only available for administrators by default.Sources
PostContentInformation
component.getEditedPostTemplate
selector.Proposed solution
The text was updated successfully, but these errors were encountered: