Gutenberg Patch
-
For anybody else who encountered a similar situation — with legacy CCTM integration, wanting to move forward to Gutenberg while retaining the functionality from CCTM….
Basically, custom posts are Gutenberg enabled by default, but only if they show up in the Rest API, which came after this last update of this plugin.
I added this code to line ~380 of CCTM.php:
def['show_in_rest'] = true;
I figure since it’s not getting updated again, don’t think patching the plugin that way is too big of a deal. It worked great once I did that.
- The topic ‘Gutenberg Patch’ is closed to new replies.