Automattic / Automattic/isolated-block-editor
Add an iso setting for disabling the document outline in the List View
- Dominant language
- CSS
- Stars
- 409
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
Make it possible to disable the document outline in the list view by setting it to true or false in `applyDefaultSettings`.
Add a condition to `ListViewSidebar` that enables or disables the document outline based on this setting.
My use case: I use an isolated block editor to demo single blocks, and I want to hide the document outline to reduce noice.
I can do this locally in my own project, but it might benefit others too.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate applyDefaultSettings and ListViewSidebar, then trace how the list view currently decides whether to show the document outline. Add the boolean setting and verify that both true and false produce the expected outline visibility in the list view.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100