WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.5k stars 4.2k forks source link

Document what hooks and filters are supported in different editing contexts (post/site/widget/customizer) #28710

Open gwwar opened 3 years ago

gwwar commented 3 years ago

We'd like to have the new widgets screen support as many of the old filters as is possible but it likely won’t be all of the old filters as there are some irreconcilable differences between the two screens. Work here is still in active development.

When we have a clearer picture, let's document what filters are available. For example https://developer.wordpress.org/reference/hooks/enqueue_block_editor_assets/ works in the post editor, but may not be supported in other contexts. This might be more readable in a grid or table.

See also: https://wordpress.slack.com/archives/C01D71823PB/p1612396132061400?thread_ts=1612393996.060000&cid=C01D71823PB

ryanwelcher commented 1 year ago

Is this issue still relevant?