πΊπΈUnited States tanzeel
It happened to me too with Drupal 10.1.8. I deployed Menu Item Extras module using config import and for some odd reason first time fields and view mod was not created as expected. Here are steps i did:
- Created a column into database directly named 'view mode' into table 'menu_link_content_data' which was not created at first deployment for some unknown reasons
- Removed the new field in the menu
- Uninstalled the module using drush
- Cleared the cache
- Import the config using 'drush cim' and it worked perfectly this time
πΊπΈUnited States tanzeel
Hi, I am at the mentor contribution at Drupalcon24 Portland. I will be working on this one for the next couple of hours.