• Without this Plugin Gutenberg is worth nothing, since TinyMCE can’t be inerted in other blocks without beraking them. This is the little formatting thing the is really needed.
    Needs a little bit of optimization on the frontend side, so it doesnt load 2.5MB of scripts that are only needed in the backend actually.
    Only change this line in the index.php and everything is fine:
    add_action( ‘init’, function() {

    to

    add_action( ‘admin_enqueue_scripts’, function() {

  • The topic ‘Thanks a lot!’ is closed to new replies.