Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #37844


Ignore:
Timestamp:
04/19/2019 03:43:45 PM (7 years ago)
Author:
desrosj
Comment:

Hey @programmin,

I'm sorry that this took so long to receive a response.

I am going to close this out as a wontfix. The Classic Editor is not accepting any new enhancements or feature requests after the release of the new block editor.

You should now be able to add/remove/alter this toolbar in the new editor. If you are not able to, an issue will need to be opened upstream on the Gutenberg GitHub repository.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37844

    • Property Status changed from new to closed
    • Property Component changed from General to TinyMCE
    • Property Resolution changed from to wontfix
    • Property Milestone changed from Awaiting Review to
  • Ticket #37844 – Description

    initial v2  
    1 It seems there is no easy way to add a button to the (align, edit, remove) toolbar in Wordpress.
     1It seems there is no easy way to add a button to the (align, edit, remove) toolbar in WordPress.
    22
    33While the editor.wp._createToolbar is something any JS can access, (wp-includes/js/tinymce/plugins/wordpress/plugin.js) it's apparently used in the MCE preinit action (wp-includes/js/tinymce/plugins/wordpress/plugin.js), which is also the action in which it was created.