gutenberg-ramp icon indicating copy to clipboard operation
gutenberg-ramp copied to clipboard

Control conditions under which Gutenberg loads - either from your theme code or from a UI

Results 13 gutenberg-ramp issues
Sort by recently updated
recently updated
newest added

I'm trying to get gutenberg-ramp to work for the first time as we haven't fully committed to using Gutenberg yet and would like to transition our editors (and myself) using...

It's nice that we can provide ID's of particular posts to enable Gutenburg on, but I would think in the spirit of "ramping", it would be cool to enable Gutenberg...

Context: https://github.com/Automattic/gutenberg-ramp/issues/78

A user is requesting, in their situation, that access to the screen is only available to Super Admin. For now, I've provided code for this, but I wonder if we...

Update the documentation to clarify that the Gutenberg plugin is required (for now) for the functionality to work. As discussed on the wp.org forum - https://wordpress.org/support/topic/gutenberg-beta-plugin/

enhancement

Running Ramp + Classic Editor plugins together (any version combos) yields quirky results. The behaviour itself is ok. But the UI labels cause confusion. **Classic Editor UI** ![image](https://user-images.githubusercontent.com/4695433/47500312-104cde80-d895-11e8-83f1-a7013437ee05.png) With the...

enhancement

Currently, nothing is greyed out in the UI in the case where Ramp sets Gutenberg to always or never load. (`gutenberg_ramp_load_gutenberg()` and `gutenberg_ramp_load_gutenberg( false );` in functions.php ) Post types...

enhancement

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...

enhancement
good first issue

Currently, `gutenberg_ramp_load_gutenberg` accepts a limited set of criteria. Since the decision to load/not load in a given post edit context is based on the intrinsic characteristics of the current post,...

enhancement