-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactores __ExperimentalOffCanvasEditor to OffCanvasEditor (#47553)
* refactores __ExperimentalOffCanvasEditor to OffCanvasEditor * Update packages/block-editor/src/components/off-canvas-editor/README.md * rename the component itself --------- Co-authored-by: Ben Dwyer <[email protected]> Co-authored-by: scruffian <[email protected]>
- Loading branch information
1 parent
e6ccc25
commit 250f855
Showing
5 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
packages/block-editor/src/components/off-canvas-editor/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Experimental Off Canvas Editor | ||
# Off Canvas Editor | ||
|
||
The __ExperimentalOffCanvasEditor component is a modified ListView compoent. It provides an overview of the hierarchical structure of all blocks in the editor. The blocks are presented vertically one below the other. It enables editing of hierarchy and addition of elements in the block tree without selecting the block instance on the canvas. | ||
The OffCanvasEditor component is a modified ListView compoent. It provides an overview of the hierarchical structure of all blocks in the editor. The blocks are presented vertically one below the other. It enables editing of hierarchy and addition of elements in the block tree without selecting the block instance on the canvas. | ||
|
||
It is an experimental component which may end up completely merged into the ListView component via configuration props. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters