- Issue created by @the_g_bomb
- 🇩🇪Germany Anybody Porta Westfalica
@the_g_bomb please see the discussion at 🐛 Duplicate menu item settings with menu_link_attributes Fixed I think we can see this as duplicate.
What's needed is a decision from the maintainers how to proceed to make a plan! So let's leave this open for the maintainers of menu_link_attributes to reply in the other issue and eventually close this afterwards.
Did you try https://www.drupal.org/project/issues/menus_attribute → + https://www.drupal.org/project/link_attributes → ? Does that work better?
- 🇩🇪Germany Anybody Porta Westfalica
As we've been running into these issues again and again in the last 3 years and finally decided to create a solution ourselves.
It's based on:
https://www.drupal.org/project/menu_item_attributes → for the menu item (<li>
) attributes, eventually we'll extend this to the menu (<ul>
) if possible
https://www.drupal.org/project/link_attributes → for the menu link (<a href>
) attributes and link fieldsand replaces
- https://www.drupal.org/project/menus_attribute →
- https://www.drupal.org/project/menu_link_attributes →
which are both great modules but conflict with https://www.drupal.org/project/link_attributes → which we need for link fields.
So finally we should have a solution for this old issue in some days...
I'll leave this issue open if anyone should run into the same issues. Maintainers may close it or perhaps add a short sentence on the module page to let users know about this alternative, if compatibility with link_attributes is needed.
- 🇩🇪Germany Anybody Porta Westfalica
Should this be closed now with 🐛 Compatibility with other modules, options being overwritten. Fixed merged?