Enable Meta and Nav Menu widgets in Legacy Widget block

Allows users to insert a Meta or Nav Menu widget using the Legacy Widget block,
as there is not yet a block equivalent for the Meta and Nav Menu widgets.

Fixes #53301.
Props celloexpressions, andraganescu.


git-svn-id: https://develop.svn.wordpress.org/trunk@51067 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Robert Anderson 2021-06-04 00:39:57 +00:00
parent abb27bc8da
commit e46ffeb5b1

View File

@ -245,7 +245,6 @@ function get_default_block_editor_settings() {
'media_image',
'media_gallery',
'media_video',
'meta',
'search',
'text',
'categories',
@ -253,7 +252,6 @@ function get_default_block_editor_settings() {
'recent-comments',
'rss',
'tag_cloud',
'nav_menu',
'custom_html',
'block',
)