Hello,
Yes, we have removed the Gutenberg support for My Library post types because it was creating some serious issue with Ocean Hooks plugin. For now, we can’t enable it. We will enable it after finding a solution to fix the issue.
If you want to enable it, then you need to modify the ocean extra plugin file. Let me know so that I can tell you the exact steps to do it.
I am not using the Hooks plugin so… 😉
That would be helpful.
Thx
Okay, open the ocean-extra > includes > panel > library.php file and add the below code after the line number 90, just after the ‘rewrite’.
'show_in_rest' => true,
It will enable the Gutenberg for my-library post type.
I had to re-add this code. I hope a permanent fix will be coming soon.