- π¬π§United Kingdom d.fisher
darren.fisher β made their first commit to this issueβs fork.
- π¨π¦Canada joelpittet Vancouver
I don't think I want to add a route match for the node for the bundle, this can be done in a theme if it's needed, though I can't think of a use-case that would be common enough to warrant the performance hit
- π¬π§United Kingdom d.fisher
Fair comment. I've removed those as they were OP's request from 5 years ago but I just need the data-region additions for the project I'm working on.
- π¨π¦Canada joelpittet Vancouver
Thanks @darren.fisher. And a bit of a silly question but ui feature is not good enough to solve this problem (see screenshot)
- π¬π§United Kingdom d.fisher
That's an interesting point. If that goes in to config then yes that would be sufficient. I'm trying to automate a workflow via recipes so if that ends up in the block config then yes that would work for my use case!
- πΊπΈUnited States mortona2k Seattle
Menu Item Extras adds a lot of extra suggestions, including region:
https://git.drupalcode.org/project/menu_item_extras/-/blob/3.1.x/menu_it...
The option in Menu Block to override the theme hook doesn't working with MIE because the hooks are out of order.
I've seen a handful of issues around theme hook ordering, including some in core. Here is one for MIE:
https://www.drupal.org/project/menu_item_extras/issues/3449110 π Rendering wrong template after updating from 2.x to 3.x Active
I'm not sure how/where the order of these suggestions should be reconciled.