gutenberg
Here are 497 public repositories matching this topic...
-
Updated
May 22, 2021 - JavaScript
Describe the bug:
Certain components have defined propTypes that allow for greater engineering confidence when developing. Efforts should be made to properly define propTypes across the CoBlocks repository.
Expected behavior:
Expect that propTypes are known and defined across CoBlocks.
Existing defined
-
Updated
Jul 14, 2021 - PHP
-
Updated
Apr 26, 2021 - PHP
-
Updated
May 6, 2021 - Shell
-
Updated
Jul 13, 2021 - PHP
-
Updated
Apr 12, 2019 - JavaScript
-
Updated
Jul 1, 2021 - JavaScript
-
Updated
Jun 7, 2021 - CSS
-
Updated
Feb 2, 2019 - JavaScript
-
Updated
Jun 15, 2021 - PHP
-
Updated
Jul 13, 2021 - JavaScript
-
Updated
Jul 13, 2021 - PHP
-
Updated
Feb 10, 2020 - JavaScript
Describe the bug
When using Twenty Twenty-One, if you have a RemovableChip (e.g. when a coupon is added to the cart) the background of the cross icon to remove it is the wrong colour.
To reproduce
Steps to reproduce the behavior:
- Activate the Twenty Twenty-One theme.
- Ensure there's a coupon created on your site.
- Add some products to your cart and go to the cart block.
3
-
Updated
Jul 13, 2021 - JavaScript
-
Updated
Jul 12, 2021 - JavaScript
It would be cool to have an additional parameter when creating a BlockStory to allow to create stories for Mobile as well as Desktop.
I'm not sure wether we should just have a Boolean to toggle between mobile & Desktop, have an array of different possible screen sizes or just pass through the viewportWidth to the BlockPreview component.
-
Updated
Jun 15, 2021 - PHP
-
Updated
May 18, 2021 - PHP
-
Updated
Apr 3, 2020 - PHP
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Apr 21, 2021 - JavaScript
@kevinmcmurtrie commented on Feb 15, 2021, 5:27 AM UTC:
- Location: Worker
- Schedule Name/ID: gutenberg_mul_all
- Task ID: 806bba557688d39ae7189206
Problem
Scraper was rapidly hitting http://aleph.gutenberg.org while it was refusing TCP/IP connections. This resembles a DoS attack and could result in clients being blacklisted.
[https://farm.openzim.org/
Improve this page
Add a description, image, and links to the gutenberg topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gutenberg topic, visit your repo's landing page and select "manage topics."
What problem does this address?
It's currently possible to input invalid values into the
NumberControl: WordPress/gutenberg#33285To prevent this, you currently have to manage that in the
onChangeyou pass. But we should be able to introspect into theminandmaxvalues at minimum to create a generic validation function which prevents invalid values from be