Open
30 of 40 issues completedOpen
30 of 40 issues completed
Description
Today, we have two different UI components for grouping controls in the InspectorControls
area (Block Sidebar).
The older PanelBody
and the newer ToolsPanel
.
The ToolsPanel
comes with many benefits such as:
- Control over which settings are displayed at any given time
- Much easier mechanism for injecting additional settings into an existing group
- Visual parity with the Styles that already is using the
ToolsPanel
extensively
There have been one off PR's to handle this conversation from existing PanelBody
components to the newer ToolsPanel
before:
This issue is meant to be a tracking issue for converting any remaining usages of the PanelBody