-
-
Notifications
You must be signed in to change notification settings - Fork 18
Sidebar (page list) as Gutenberg block #132
Copy link
Copy link
Open
Labels
✨ goal: improvementImprovement to an existing featureImprovement to an existing feature🏁 status: ready for workReady for workReady for work💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🕹 aspect: interfaceConcerns end-users' experience with the softwareConcerns end-users' experience with the software🟧 priority: highStalls work on the project or its dependentsStalls work on the project or its dependents
Metadata
Metadata
Assignees
Labels
✨ goal: improvementImprovement to an existing featureImprovement to an existing feature🏁 status: ready for workReady for workReady for work💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🕹 aspect: interfaceConcerns end-users' experience with the softwareConcerns end-users' experience with the software🟧 priority: highStalls work on the project or its dependentsStalls work on the project or its dependents
Type
Projects
Status
Backlog
Problem
Our default layout currently displays a sidebar. The sidebar renders a page list where the pages are children of the parent:
creativecommons-base/page.php
Lines 18 to 36 in f49ec2a
However, having the sidebar doesn't allow Gutenberg blocks to display full-width.
Description
Determine how best to handle the sidebar menu, such as
Related resources