Tag: Gutenberg
-
Set custom pattern in core/query picker
Full code example: The code has two parts: The wp.domReady is needed for the removal of the pre-exiting patterns in the query loop.
-
Setup theme.json with custom colors for WordPress 5.8
This post is more of a “research” note I had while looking into the theme.json file for themes on WordPress 5.8. You can read the introduction post here: Introducing theme.json in WordPress 5.8 – Make WordPress Core or the documentation here: Global Settings & Styles (theme.json) | Block Editor Handbook | WordPress Developer Resources. What…