WYSIWYG Field (TINY MCE) not working when Gutenberg enabled
-
Hi, I am using Pods. Version 2.7.26 and I have noticed that WYSiWYG (TinyMCE) field does not load or show content when I use on a page or CPT and Gutenberg is enabled. Thats seems strange because only Visual Mode is affected. TEXT/HTML mode works well. I did some research and found a workaround for now by loading Text-Editor by default
add_filter( 'wp_default_editor', create_function( '', 'return "html";' ) );
Is there a better way now or later?
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘WYSIWYG Field (TINY MCE) not working when Gutenberg enabled’ is closed to new replies.