Hi, the WP Editor Settings editing block is opened when I click the gear icon for a content block in Page Builder. By default the editor goes to the Visual tab, but I would like it to go the Text (html) tab by default. Is this possible? I tried to add the following line to wplms-customizer.php but it did not work:
add_filter( 'wp_default_editor', create_function('', 'return "html";') );
You don't have to add any code for this.
You just need to save the page editor in text mode to open the editor in text mode everytime.
http://prntscr.com/eduk1b