* Description: Enables the WordPress classic editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports the older plugins that extend this screen.
<labelfor="classic-editor-allow-sites"><?php_e('Allow site admins to change settings','classic-editor');?></label>
<pclass="description"><?php_e('By default the Block Editor is replaced with the Classic Editor and users cannot switch editors.','classic-editor');?></p>
<labelfor="classic-editor-allow-sites"><?php_e('Allow site admins to change settings','classic-editor');?></label>
<pclass="description"><?php_e('By default the Block Editor is replaced with the Classic Editor and users cannot switch editors.','classic-editor');?></p>
@@ -29,6 +29,12 @@ By default, this plugin hides all functionality available in the new Block Edito
== Changelog ==
= 1.4 =
* On network installations removed the restriction for only network activation.
* Added support for network administrators to choose the default network-wide editor.
* Fixed the settings link in the warning on network About screen.
* Properly added the "Switch to Classic Editor" menu item to the Block Editor menu.
= 1.3 =
* Fixed removal of the "Try Gutenberg" dashboard widget.
* Fixed condition for displaying of the after upgrade notice on the "What's New" screen. Shown when the Classic Editor is selected and users cannot switch editors.
...
...
@@ -79,10 +85,30 @@ Fixed a bug where it may attempt to load the Block Editor for post types that do
= 0.1 =
Initial release.
== Frequently Asked Questions ==
= Default settings =
When activated this plugin will restore the previous ("classic") WordPress editor and hide the new Block Editor ("Gutenberg").
These settings can be changed at the Settings => Writing screen.
= Default settings for network installation =
There are two options:
* When network-activated this plugin will set the Classic Editor as default and prevent site administrators and users from changing editors.
The settings can be changed and default network-wide editor can be selected on the Network Settings screen.
* When not network-activated each site administrator will be able to activate the plugin and choose options for their users.
= Cannot find the "Switch to Classic Editor" link =
It is in the main Block Editor menu, see this [screenshot](https://ps.w.org/classic-editor/assets/screenshot-7.png?rev=2023480).
== Screenshots ==
1. Admin settings on the Settings -> Writing screen.
2. User settings on the Profile screen. Visible when the users are allowed to switch editors.
3. "Action links" to choose alternative editor. Visible when the users are allowed to switch editors.
4. Link to switch to the Block Editor while editing a post in the Classic Editor. Visible when the users are allowed to switch editors.
5. Link to switch to the Classic Editor while editing a post in the Block Editor. Visible when the users are allowed to switch editors.
6. Network setting to allow site admins to change the default options.
6. Network settings to select the default editor for the network and allow site admins to change it.