WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.49k stars 4.18k forks source link

Page List: Display the parent pages in the same way as in the Page tab #46246

Closed scruffian closed 1 year ago

scruffian commented 1 year ago

What problem does this address?

When Page List display the parent pages in the inspector there is no way to determine which pages are parents and which are children:

Screenshot 2022-12-01 at 16 51 29

What is your proposed solution?

When editing a page, the possible parent pages are displayed with their heirarchy:

Screenshot 2022-12-01 at 16 52 19

We should use this display in the Page List component.

scruffian commented 1 year ago

Fixed by https://github.com/WordPress/gutenberg/pull/46336