Descrizione
Il Classic Editor è un plugin ufficiale gestito dal Team dei Contributori di WordPress che ripristina l’editor precedente del core (definito “classico” per convenzione) e la schermata “Modifica Articolo”. Rende anche possibile il riutilizzo dei plugin (add-on) che estendono questa schermata, aggiungendo i “Meta Box” di stile precedente, o che da questo dipendono in qualche modo.
Il Classic Editor è un plugin ufficiale per WordPress che sarà completamente supportato, e mantenuto, fino al 2022, o fino a quando sarà necessario (anche dopo il 2022).
A colpo d’occhio, questo plugin aggiunge quanto segue:
- Gli amministratori possono selezionare l’editor predefinito per tutti gli utenti.
- Gli amministratori possono consentire agli utenti di modificare il loro editor predefinito.
- Gli utenti possono scegliere quale editor predefinito utilizzare durante l’editing per ogni articolo, pagina, o tipo di post. In un ambiente multisite, o in un ambiente stand-alone questa scelta è possibile solo se consentita dall’amministratore, e l’utente può cambiarla dalla schermata del suo profilo.
- Ogni articolo che viene creato o modificato da un qualsiasi utente si apre automaticamente nell’ultimo editor che è stato utilizzato per l’editing indipendentemente da chi lo ha modificato per ultimo. Questo è importante per mantenere un’esperienza coerente durante la modifica del contenuto.
Il Classic Editor include diversi filtri che consentono anche ad altri add-on o plugin di controllarne le impostazioni e la scelta dell’editor predefinito.
Per impostazione predefinita, questo plugin nasconde tutte le funzionalità disponibili nel nuovo Block Editor (aka Gutenberg).
Screenshot (schermate di esempio)
FAQ
- Impostazioni predefinite
-
Abilita il Classic Editor e il layout di stile precedente della schermata di modifica TinyMCE supportando i Meta Box (con tutte le altre funzioni correlate), ed i vecchi plugin (o add-on) che ne estendono questa funzionalità e l’editing classico del core, ma non sono compatibili con il nuovo Block Editor (nome in codice Gutenberg) di WordPress 5.0+
- Impostazioni predefinite per l’installazione come Network Multisito
-
Ci sono due opzioni:
- Quando viene attivato nel network questo plugin imposta il classic Editor come predefinito ed impedisce agli amministratori (ma non ai super amministratori) e agli altri utenti di cambiare editor.
Le impostazioni possono essere modificate e l’editor del network può essere selezionato dalla schermata impostazioni di rete. - Quando non sono attivati nel network (network-activated) ciascun auper amministratore e/o amministratore sarà in grado di attivare il plugin e sceglierne le opzioni predefinite da proporre ai i propri utenti.
- Quando viene attivato nel network questo plugin imposta il classic Editor come predefinito ed impedisce agli amministratori (ma non ai super amministratori) e agli altri utenti di cambiare editor.
- Impossibile trovare il link “Passa al Classic Editor”
-
È nel menu principale del Block Editor Guarda questo Screenshot.
Recensioni
Crediti e riconoscimenti
“Classic Editor” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“Classic Editor” è stato tradotto in 50 lingue. Grazie ai traduttori per i loro contributi.
Traduci “Classic Editor” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.
Changelog (registro delle modifiche)
1.5
- Updated for WordPress 5.2 and Gutenberg 5.3+.
- Enhanced and fixed the “open posts in the last editor used to edit them” logic.
- Fixed adding post state so it can easily be accessed from other plugins.
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.
1.2
- Fixed switching editors from the Add New (post) screen before a draft post is saved.
- Fixed typo that was appending the edit URL to the
classic-editor
query var. - Changed detecting of WordPress 5.0 to not use version check. Fixes a bug when testing 5.1-alpha.
- Changed the default value of the option to allow users to switch editors to false.
- Added disabling of the Gutenberg Plugin and lowered the required WordPress version to 4.9+
- Added
classic_editor_network_default_settings
filter.
1.1
■ Fixed a bug where it may attempt to load the Block Editor for post types that do not support editor when users are allowed to switch editors.
1.0
- Updated for WordPress 5.0.
- Changed all “Gutenberg” Names/References to “Block Editor”.
- Refreshed the settings UI.
- Removed disabling of the Gutenberg Plugin. This was added for testing in WordPress 4.9+ Users who want to continue following the development of Gutenberg in WordPress 5.0+ and beyond will not need another plugin to disable it.
- Added support for per-user settings of default editor.
- Added support for admins to set the default editor for the site.
- Added support for admins to allow users to change their default editor.
- Added support for network admins to prevent site admins from changing the default settings.
- Added support to store the last editor used for each post and open it next time. Enabled when users can choose default editor.
- Added “post editor state” in the listing of posts on the posts screen. Shows the editor that will be opened for the post. Enabled when users can choose default editor.
- Added
classic_editor_enabled_editors_for_post
andclassic_editor_enabled_editors_for_post_type
filters. Can be used by other plugins to control or override the editor used for a particular post of post type. - Added
classic_editor_plugin_settings
filter. Can be used by other plugins to override the settings and disable the settings UI.
0.5
- Updated for Gutenberg 4.6+ ~ 4.7-alpha and WordPress 5.0.1-alpha ~ 5.1-alpha
- Removed some functionality that now exists in Gutenberg.
- Fixed redirecting back to the Classic Editor after looking at post revisions.
0.4
- Fixed removing of the “Try Gutenberg” call-out when the Gutenberg plugin is not activated.
- Fixed to always show the settings and the settings link in the plugins list table.
- Updated the readme text.
0.3
- Updated the option from a checkbox to couple of radio buttons, seems clearer. Thanks to @designsimply for the label text suggestions.
- Some general updates and cleanup.
0.2
- Update for Gutenberg 1.9+
- Remove warning and automatic deactivation when Gutenberg is not active.
0.1
■ Initial release.