Searching Menu template suggestion by regions in Drupal 8 -
i want write theme suggestion, add template suggestions contains region name. example in 'header region' want template this: menu--header.html.twig, or in 'custom region' - menu--custom_region.html.twig.
i want if have 2 menus in same region, want templating 1 template.
i tried function themename_theme_suggestions_menu_alter(array &$suggestions, array $variables){} in themename.theme file, dont know how query region, is. in block alter, know region, think if call block, contains menu, know region too.
i in .theme file.
is there solution?
i've tried achieve same thing doesn't need region name in suggestion. block id , when place block in header region can change block id.
check answer: https://drupal.stackexchange.com/a/219770/32059
Comments
Post a Comment