Jeff Ong
Jeff Ong
Some of the code in the plugin looks similar to the theme export code that exists in core. Could that be re-used in the plugin? Follow up to this comment:...
#### Changes proposed in this Pull Request: Use a group block instead of applying CSS to the `header.wp-block-template-part` as done in #4464 #### Related issue(s): #4407
This PR tries out adding a github action that triggers an e2e test on a theme. Borrowed from https://github.com/WordPress/theme-review-e2e Still a WIP.
This PR attempts to bundle the fonts instead of loading them externally from Google fonts, as mentioned in #2244 and elsewhere. Three `@font-face` declarations — regular, italic, and bold —...
We should revisit and remove the navigation CSS where possible, specifically since more typography control has been added to navigation blocks and submenu links. This CSS will conflict if users...
## What? This PR adds support for aspect ratio presets via theme.json. It adds by default the same presets that are available for the crop utilities in the image block....
**Background** Currently, only templates with images are transformed to patterns. In this process, the image is made "local" to the theme, as well as strings get escaped and marked for...
It could be useful to add an option that allows all images bundled with the theme to be compressed on export, since it's something we end up having to do...
It would be useful if the plugin had an option to escape: - [ ] hard-coded strings to mark for translation - [ ] relative URLs (partially solved by #213)
As a follow up to https://github.com/WordPress/create-block-theme/pull/304 there are a couple improvements we could make to the UX: 1. it could be nice to persist the warning if you navigate away...