themeum/tutor

Gutenberg editor for Lesson

Opened this issue · 0 comments

https://wordpress.org/support/topic/gutenberg-editor-for-lesson-and-quiz/

I have a case where I want to copy and paste content from Google Docs into Lesson, where this only works when using the Gutenberg Editor, while for now Lesson only supports using the Classic Editor, and it makes it difficult for me to move content from Google Docs into Lesson, I’ve tried several plugins like Jetpack and Mammoth Docx Converter, but they didn’t live up to my expectations (there are still some bugs).

I have found the solution by changing the tutor/classes/Post_types.php file

below the following code

'show_in_menu' => false,

it becomes

'show_in_menu' => false,
'show_in_rest' => true,

but I hope this can become official support from Themeum without me having to manually edit every time there is an update.