-
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.
Block Library: Post Author: Refactor edit to use block context (#22359)
* Block Library: Post Author: Refactor edit to use block context * Block Library: Post Author: Use optional chaining for author property * Block LIbrary: Post Author: Define selector dependencies Co-Authored-By: Zebulan Stanphill <zebulanstanphill@users.noreply.github.com> Co-authored-by: Zebulan Stanphill <zebulanstanphill@users.noreply.github.com>
- Loading branch information
1 parent
7a81dd4
commit 7f89ccc
Showing
2 changed files
with
49 additions
and
66 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -30,5 +30,5 @@ | |
"type": "string" | ||
} | ||
}, | ||
"context": [ "postId" ] | ||
"context": [ "postType", "postId" ] | ||
} |
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