Open mikachan opened 16 hours ago
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot
label.
If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
Co-authored-by: mikachan <mikachan@git.wordpress.org>
Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org>
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.
Size Change: -72 B (0%)
Total Size: 1.81 MB
Filename | Size | Change |
---|---|---|
build/block-library/index.min.js |
221 kB | -72 B (-0.03%) |
I think we should also remove postType from block.json, no?
Ah yes! Done here: https://github.com/WordPress/gutenberg/pull/66681/commits/08dd890c6b360aa932b335ed2cccc94a72f6316e. Thank you!
What?
Removes a recently added context variable,
postTypeFromContext
, as it is causing a bug with the Query Loop block settings.Why?
See more details in this comment.
How?
Removes
postTypeFromContext
.Testing Instructions