gutenberg-ramp
gutenberg-ramp copied to clipboard
All options in the UI should be greyed out in the cases where Ramp sets Gutenberg to always or never load
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 are (correctly) disabled/greyed out in the UI.
This could cause confusion where the UI appears available in wp-admin, but in fact does nothing because the function in the theme (correctly) overrides.