Coder Social home page Coder Social logo

Comments (8)

terrance-orletsky-d7 avatar terrance-orletsky-d7 commented on June 8, 2024

Needed to add this to make it work.
Great plugin, this is a terrible bug though.


/**
 * Restore default functionlity for use with Convert-to-blocks
 * https://wordpress.org/support/topic/plugin-doesnt-work-at-all-9/#post-14721403
 * https://github.com/10up/convert-to-blocks/issues/54
 * 
 */
add_filter( 'post_type_supports_convert_to_blocks', function( $supports, $post_type ) {
	// I should not have to do this - these are already enabled for the editor
	$supported_cpts = array(
		'news',
		'form',
		'curriculum',
		'policy',
		'linked_content',
		'virtual_page',
		'sidebar',
		'staff_profile',
		'school',
		'board_meeting'
	);
	
	if ( in_array($post_type, $supported_cpts) ) {
	  return true;
	}
	return $supports;
}, 10, 2 );

from convert-to-blocks.

jeffpaul avatar jeffpaul commented on June 8, 2024

Attaching the screenshots linked in the original description so they're not lost if those links get broken.

Add_new_News_Post_‹Seattle_Public_Schools—WordPress_and_Plugins‹Network_Admin__sps-wpms_local_Sites—_WordPress

Add_new_News_Post_‹Seattle_Public_Schools—WordPress_and_Plugins‹Network_Admin__sps-wpms_local_Sites—_WordPress3

Add_Edit_Post_Types_‹Seattle_Public_Schools—_WordPress4

from convert-to-blocks.

jeffpaul avatar jeffpaul commented on June 8, 2024

@terrance-orletsky-d7 for now the plugin does not provide a UI to opt additional CPTs into the conversion to blocks, but rather hooks to do so. For now you'll need to utilize those hooks to extend support to your CPTs. I'll update this from a bug issue to an enhancement for us to look into adding a settings for the plugin that allows selection of additional CPTs to get the convert-to-blocks support.

from convert-to-blocks.

ouun avatar ouun commented on June 8, 2024

@jeffpaul I am facing the same issue. CPTs do not load with Gutenberg anymore. But I think this is a very confusing behavior and I am not sure an UI is making that more logic. While a CPT is not set to support "Convert to Blocks", the plugin should just leave the default editor. (Gutenberg by default, Classic Editor when using Classic Editor Plugin)

Thanks and kind regards

from convert-to-blocks.

jeffpaul avatar jeffpaul commented on June 8, 2024

If someone wants to work on a PR to add this, we will get it through code review but this is otherwise not likely to be something we work to add in the near future.

from convert-to-blocks.

EarthmanWeb avatar EarthmanWeb commented on June 8, 2024

Hmmm, welll....When a plugin I install breaks expected behaviour for other plugins and WP core functionality, then I consider it a bug. Nonetheless, as you were...I left this plugin behind after that. Thanks for the feedback, good luck with it.

from convert-to-blocks.

EarthmanWeb avatar EarthmanWeb commented on June 8, 2024

For anyone running across this, it looks like it was duplicated in another (still open) bug report that was submitted a few months later: #57

from convert-to-blocks.

jeffpaul avatar jeffpaul commented on June 8, 2024

@EarthmanWeb and it looks like a workaround was noted there as well: #57 (comment) && #57 (comment)

from convert-to-blocks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.