Add support for the Menu Item Extras module
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3276561. --> Reported by: [deciphered](https://www.drupal.org/user/103796) Related to !13 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>As a user I want to add fields to my menu using the Menu Item Extras module.</p> <p>Currently this is not possible as the Menu Items Extras module removes the <code>menu_link_content--menu_link_content</code> resource and replaces it with <code>menu_link_content--MENU_ID</code> resources.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Install JSON:API Menu Items and Menu Link Extras and try to access a JSON:API Menu Items endpoint.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>1. Stop the modules breaking when both enabled.<br> 2. Ensure JSON:API Menu Items output field data.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>1. Stop the modules breaking when both enabled.<br> 2. Ensure JSON:API Menu Items output field data.</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>N/A</p> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue