Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Thanks a lot!

$
0
0

Replies: 0

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() {


Viewing all articles
Browse latest Browse all 59525

Trending Articles