[wp-trac] [WordPress Trac] #43068: Ability to disable Gutenberg in wp-config.php

WordPress Trac noreply at wordpress.org
Thu Jan 11 16:10:44 UTC 2018


#43068: Ability to disable Gutenberg in wp-config.php
-----------------------------+-----------------------------
 Reporter:  simonp303        |      Owner:
     Type:  feature request  |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  General          |    Version:  trunk
 Severity:  normal           |   Keywords:
  Focuses:  administration   |
-----------------------------+-----------------------------
 If Gutenberg is to be enabled by default...

 For a lot of existing developers who have customised wp-admin editor
 sections for their clients the ability to not have gutenberg editor
 enabled by default could be priceless. A simple option like
 {{{#!php
 <?php
 DEFINE{'ENABLE_GUTENBERG', false);
 }}}
 Would be great. Then we can all safely update our sites without the fear
 of the admin being "broken" for our clients.

 My fear is that if it is enabled by default many people will avoid
 updating and as such lead to many sites using legacy versions and being
 open to hacking etc...

--
Ticket URL: <https://core.trac.wordpress.org/ticket/43068>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list