Skip to content
#

gutenberg

Here are 473 public repositories matching this topic...

gutenberg
gwwar
gwwar commented Apr 19, 2021

The autocompleter can cause performance issues when trying to match values in long strings. In WordPress/gutenberg#30649 the algorithm was updated to not attempt after a mismatch happened + providing ways to escape from that condition (to continue matching). This already covered most of the scenarios that caused a slow-down due to over-matching. It also will stop matching i

fabiankaegy
fabiankaegy commented Aug 7, 2020

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.

antpb
antpb commented Jul 10, 2018

I could see a need for an admin alert when Gutenberg is turned off for all post types just so a user is aware. It could be set to be dismissible forever. I think some feedback on activation of the plugin would be nice.

The text could be something like:
`Notice: The Gutenberg ramp plugin has disabled Gutenberg on the post, pages, ______, _______, etc. post types. If you would like to activate

Improve this page

Add a description, image, and links to the gutenberg topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gutenberg topic, visit your repo's landing page and select "manage topics."

Learn more