Editor clássico

Descrição

O Classic Editor é um plugin oficial mantido pela equipe do WordPress que restaura o editor anterior (“clássico”) do WordPress e a tela “Editar post”. Ele torna possível o uso de plugins que estendem essa tela, adicionam meta boxes de estilo antigo ou dependem do editor anterior de alguma forma.

Editor clássico é um plugin oficial do WordPress, e será totalmente suportado e mantido pelo menos até 2022, ou enquanto for necessário.

De modo geral, este plugin acrescenta o seguinte:

  • Os administradores podem selecionar o editor padrão para todos os usuários.
  • Os administradores podem permitir que os usuários modifiquem seu editor padrão.
  • Quando permitido, os usuários podem selecionar que editor usar para cada post.
  • Cada post é aberto no último editor usado, independente de quem o editou por último. Isto é importante para manter uma experiência uniforme ao editar o conteúdo.

Além disso, o plugin Editor Clássico inclui vários filtros que permitem que outros plugins controlem as configurações e a escolha do editor por post e por tipo de post.

By default, this plugin hides all functionality available in the new block editor (“Gutenberg”).

Imagens de tela

  • Configurações de administração na tela Configurações -> Escrita.
  • Configurações do usuário na tela de Perfil. Visível quando os usuários podem trocar de editor.
  • "Links de ação" para escolher o editor alternativo. Visível quando os usuários podem trocar de editor.
  • Link to switch to the block editor while editing a post in the classic editor. Visible when the users are allowed to switch editors.
  • Link to switch to the classic editor while editing a post in the block editor. Visible when the users are allowed to switch editors.
  • Configurações de rede para selecionar o editor padrão para a rede e permitir o administrador do site a mudar.
  • The "Switch to classic editor" link.

FAQ

Configurações padrão

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.

Configurações padrão para instalação em rede

Existem duas opções:

  • 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.
  • Quando não estiver ativado na rede, cada administrador do site poderá ativar o plugin e escolher opções para seus usuários.

It is in the main block editor menu, see this screenshot.

Avaliações

25 de outubro de 2021
When something works really well and on top for several years, and then adopted as the Irreplaceable foundation tools of web editing and typing. It becomes a global benchmark for success, sustainability, and makes the web a better place. Its replacement by something else. usually causes hazardous regression.
25 de outubro de 2021
Zum Glück kann man mit diesem Plugin wieder normal arbeiten. Ich hoffe, dass das auch in Zukunft so bleiben wird.
22 de outubro de 2021
I install this plugin on every site now.
12 de outubro de 2021
Worked with WordPress ans Classic Editor for many years and I have 11 sites created with Classic Editor and other tools. I have tried also with the Gutenberg garbage and I was shocked. As long as wordpress works with Classic Editor I will use it. And if I will not have this alternative in future I will change to another CMS.
Leia todas as 1.021 avaliações

Colaboradores e desenvolvedores

“Editor clássico” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores

“Editor clássico” foi traduzido para 66 localizações. Agradecemos aos tradutores por suas contribuições.

Traduzir “Editor clássico” para o seu idioma.

Interessado no desenvolvimento?

Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.

Registro de alterações

1.6.2

  • Fixed bug that was preventing saving of the last used editor.

1.6.1

  • Fixed a warning on the block editor based widgets screen.
  • Fixed use of a deprecated filter.

1.6

  • Updated for WordPress 5.5.
  • Fixed minor issues with calling deprecated functions, needlessly registering uninstall hook, and capitalization of some strings.

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

  • Corrigido alteração de editores da tela adicionar novo (post) antes que um post de rascunho seja salvo.
  • Erro de digitação corrigido que estava anexando a URL de edição à consulta var classic-editor.
  • 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.
  • Filtro classic_editor_network_default_settings adicionado.

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

  • Atualizado para o WordPress 5.0.
  • Changed all “Gutenberg” names/references to “block editor”.
  • Atualizar as configurações 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.
  • Adicionado suporte para administradores para definir o editor padrão do 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 and classic_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

  • Atualizado para o Gutenberg 4.1 e o WordPress 5.0-beta1.
  • Removido alguma funcionalidade que agora existe no 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.
  • Atualizado o texto do readme.

0.3

  • Updated the option from a checkbox to couple of radio buttons, seems clearer. Thanks to @designsimply for the label text suggestions.
  • Algumas atualizações gerais e limpeza.

0.2

  • Atualização para o Gutenberg 1.9.
  • Remove warning and automatic deactivation when Gutenberg is not active.

0.1

Lançamento inicial