• Resolved Mariano77

    (@marianomartene)


    Hi everyone,

    Quick question. Is anyway to use Gutenberg Editor to edit the lesson content? I know I can use some WYSIWYG plugin, but I find Gutenberg so good! and maybe there is some easy workaround.

    Cheers!
    Mariano

Viewing 2 replies - 1 through 2 (of 2 total)
  • @marianomartene,

    We’re not quite ready to release full Gutenberg support yet. We’re working on it and I hope to have it ready as a lab in our LifterLMS labs plugin in the next few weeks.

    In the meantime the reason that lessons are not available to Gutenberg is that lessons are not exposed to the WP core REST API. If you absolutely cannot wait you’ll want to modify registration of the lesson post type via a filter in your functions.php file or a custom plugin so that lessons are available via REST and then you can edit them in Gutenberg. This is untested but should theoretically work: https://gist.github.com/thomasplevy/b1a358f8b38155dcf05de2a66452bf86

    Best,

    Thread Starter Mariano77

    (@marianomartene)

    Thanks Thomas!, gonna give it a shot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Use Gutenberg Editor for editing lessons’ is closed to new replies.