gutenberg-examples
gutenberg-examples copied to clipboard
Examples for extending WordPress/Gutenberg with blocks.
This PR is a subset of the work done by @Pixelrobin in #52, in the hopes that we can get a `README.md` for one example merged and then use that...
- [ ] Short description about the block - [ ] Screenshot for block frontend and backend - [ ] Quick link to components / packages used in example
https://github.com/WordPress/gutenberg-examples/issues/45 The screenshot for the recipe frontend looks a little strange. I tried the block with multiple themes to no avail. Perhaps this is a bug that needs to be...
On page [https://developer.wordpress.org/block-editor/how-to-guides/format-api/](https://developer.wordpress.org/block-editor/how-to-guides/format-api/) the link "complete format-api example" is pointing to 404: Should point to: [https://github.com/WordPress/gutenberg-examples/tree/trunk/non-block-examples/format-api](https://github.com/WordPress/gutenberg-examples/tree/trunk/non-block-examples/format-api)
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
This PR adds an example of rendering a custom Slot, and then separately, populating it with a custom Fill. The SlotFill pattern can be very powerful for plugin extensibility, and...
I want to use tailwindcss for my project, it works in blocks-jsx but not with non-block-examples. I think it is because of some webpack configuration. any idea how to fix...
Why the type of content attribute of the 03-editable (and 03-editable-jsx) examples is array and not string? I know they work correctly but wouldn't string be a more appropriate type?...
Adding some GitHub Actions to manage the following: - [ ] Generating the build files on push - [ ] Generating the plugin .zip - [ ] Attaching the generated...