[wp-trac] [WordPress Trac] #42772: Have a way to turn off autocomplete of tags in Custom HTML widget

WordPress Trac noreply at wordpress.org
Thu Dec 7 06:46:52 UTC 2017


#42772: Have a way to turn off autocomplete of tags in Custom HTML widget
-------------------------------------+------------------------------
 Reporter:  theresajennings2011      |       Owner:
     Type:  feature request          |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Widgets                  |     Version:  4.9
 Severity:  normal                   |  Resolution:
 Keywords:  reporter-feedback close  |     Focuses:
-------------------------------------+------------------------------
Changes (by westonruter):

 * keywords:   => reporter-feedback close
 * version:  4.9.1 => 4.9


Comment:

 If you want to disable autocomplete, you can do so with a plugin for
 example:

 {{{#!php
 <?php
 add_filter( 'wp_code_editor_settings', function( $settings ) {
     $settings['codemirror']['autoCloseTags'] = false;
     return $settings;
 } );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42772#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list