-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move BlockDropZone react hook and update docs (#22619)
* Move from block-drop-zone to use-block-drop-zone and update docs * Update docs, removing mention of filter that is no longer supported
- Loading branch information
Showing
4 changed files
with
5 additions
and
31 deletions.
There are no files selected for viewing
30 changes: 0 additions & 30 deletions
30
packages/block-editor/src/components/block-drop-zone/README.md
This file was deleted.
Oops, something went wrong.
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
4 changes: 4 additions & 0 deletions
4
packages/block-editor/src/components/use-block-drop-zone/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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
useBlockDropZone | ||
=========== | ||
|
||
`useBlockDropZone` is a React hook used to specify a drop zone for a block. This drop zone supports the drag and drop of media into the editor. |
File renamed without changes.