You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main sidebar panel in the Block Editor should use the Custom Post Type singular_name label, with "Document" as a fallback. The singular_name is set, but not showing in the Block Editor.
Looks like the edit-post module isn't the latest version. WP 5.5-beta-4 shipped with edit-post v3.21.3, so I'm guessing that the document label feature may have just missed that cut off.
Expected Behavior
The main sidebar panel in the Block Editor should use the Custom Post Type
singular_name
label, with "Document" as a fallback. Thesingular_name
is set, but not showing in the Block Editor.https://github.com/WordPress/gutenberg/blob/8bfa69b424ac0cfbaa8290d7967bfacd5e653dd8/packages/edit-post/src/components/sidebar/settings-header/index.js#L14
Visuals
Additional Context
Acceptance Criteria
The text was updated successfully, but these errors were encountered: