mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
abb27bc8da
commit
e46ffeb5b1
@ -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',
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user