How to get and set post meta for core/navigation-link?
If it’s a menu item in a classic menu, then yes, you could use useEntityProp to get and set the menu item’s post meta, except that the post type is actually nav_menu_item and that you would need to manually add custom fields support to that post type. const navMenuItemId = 123; const [ meta, setMeta … Read more