Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document WordPress classic editor integration points and Gutenberg equivalents #4151

Closed
danielbachhuber opened this issue Dec 22, 2017 · 6 comments
Assignees
Labels
[Feature] Extensibility The ability to extend blocks or the editing experience [Type] Developer Documentation Documentation for developers

Comments

@danielbachhuber
Copy link
Member

danielbachhuber commented Dec 22, 2017

As a WordPress developer, it would be helpful to have a reference guide to:

  • AllMost of the ways a theme, plugin or third-party code can integrate with the WordPress classic editor.
  • Recommendation to achieve equivalent functionality with Gutenberg.

I've started working on such a document, WordPress Editor Integration Points, and can grant contributor access to whomever is interested. Alternatively, please leave comments on this issue with existing classic editor integrations that I don't yet have documented.

Once the document is more substantive, we can put it in a public place.

Related:

@youknowriad
Copy link
Contributor

related #1316 (comment)

@mboynes
Copy link
Contributor

mboynes commented Dec 22, 2017

Related #1352, especially this list of current pluggable areas and this wishlist of pluggable areas in gutenberg.

@aaronjorbin
Copy link
Member

aaronjorbin commented Dec 22, 2017 via email

@danielbachhuber
Copy link
Member Author

I have a pretty good work in progress set of documentation here: https://github.com/danielbachhuber/gutenberg-migration-guide

I'll keep adding to that as new examples come up and the project progresses.

@dankirshner
Copy link

I'm trying to figure out a Gutenberg equivalent to php

add_action ('admin_footer-post.php', ...);

Is there one? Thanks.

@codebard
Copy link

Similar: Looking for any action that is still valid for doing things in admin_footer or the like - or any Gutenberg hook/filter. I read this thread, and the document references within this thread do not provide sufficient info. Nothing tangible comes up from Google searches and WP documentation pages either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Extensibility The ability to extend blocks or the editing experience [Type] Developer Documentation Documentation for developers
Projects
None yet
Development

No branches or pull requests

9 participants