You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should absolutely look at making the new Post Settings pluggable, so that you can add javascript metaboxes to the sidebar. Perhaps it's time to open a ticket for that.
This would extend to new metaboxes as well as adding to existing metaboxes.
Has anyone worked/thought on this yet? At the rate that Gutenberg is progressing, this might be good to spend some time on, so we can communicate the new way of building metaboxes to plugin developers before launch. That way they can integrate well and make use of the new functionality out of the gate, making it more likely users will respond even more positively to the new editor.
The first question I think people will have is which of the current hooks/filters used in the post edit screen and metaboxes will be dropped and which ones still supported?
The text was updated successfully, but these errors were encountered:
The proposed decorator pattern could theoretically be applied to any component we want to be extensible. This could be one way to solve this.
Also, we may want to add a Slot to add extra panels.
hedgefield
changed the title
Make Post Settings pluggable for third-party javascript metaboxes
Create integration with Post Settings for third-party plugin metaboxes
Jun 20, 2017
As mentioned in #952 by @jasmussen:
This would extend to new metaboxes as well as adding to existing metaboxes.
Has anyone worked/thought on this yet? At the rate that Gutenberg is progressing, this might be good to spend some time on, so we can communicate the new way of building metaboxes to plugin developers before launch. That way they can integrate well and make use of the new functionality out of the gate, making it more likely users will respond even more positively to the new editor.
The first question I think people will have is which of the current hooks/filters used in the post edit screen and metaboxes will be dropped and which ones still supported?
The text was updated successfully, but these errors were encountered: