Issue #3111409 by mherchel, proeung, larowlan, alexpott, lauriii, Gábor Hojtsy, andrewmacpherson, catch, xjm, andypost, rahulrasgon, rabbitlair, mrconnerton, poojakural, boulaffasae, jerseycheese, shimpy, Indrajith KB, DuneBL, kiran.kadam911, komalkolekar, keboca, hawkeye.twolf, andrewozone, Maithri Shetty, alexdmccabe, sd9121, Sreenivas Bttv, katannshaw, mgifford, nod_, webchick, mtift, rainbreaw, Berdir, brianperry, thejimbirch, Dom., q0rban, nitesh624, hansa11, himanshu_sindhwani, kostyashupenko, shaktik, bnjmnm, sharma.amitt16, sonam.chaturvedi, steinmb, shaal, ressa, Ramya Balasubramanian, Sebacic, pradeepjha, tanmaykadam, thedrupalkid, vinitk, volkswagenchick, viappidu, vebrovski, Ujval Shah, Webbeh, Yuri, trebormc, msuthars, mrinalini9, bash247, chetanbharambe, ellenoise, anevins, andriyun, CocoM, JayKandari, ambuj_gupta, hussainweb, jhodgdon, Pooja Ganjage, ju.vanderw, jwitkowski79, MaxPah, Lokender Singh2, jponch, KarenS, KarinG, Lal_: Add new Olivero frontend theme to Drupal 9.1 core as beta; later make it stable and the default
2020-10-16 09:43:55 +00:00
|
|
|
{#
|
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Olivero's theme implementation for the main menu.
|
|
|
|
*
|
|
|
|
* Available variables:
|
|
|
|
* - menu_name: The machine name of the menu.
|
|
|
|
* - items: A nested list of menu items. Each menu item contains:
|
|
|
|
* - attributes: HTML attributes for the menu item.
|
|
|
|
* - below: The menu item child items.
|
|
|
|
* - title: The menu link title.
|
2023-04-12 14:28:50 +00:00
|
|
|
* - url: The menu link URL, instance of \Drupal\Core\Url
|
Issue #3111409 by mherchel, proeung, larowlan, alexpott, lauriii, Gábor Hojtsy, andrewmacpherson, catch, xjm, andypost, rahulrasgon, rabbitlair, mrconnerton, poojakural, boulaffasae, jerseycheese, shimpy, Indrajith KB, DuneBL, kiran.kadam911, komalkolekar, keboca, hawkeye.twolf, andrewozone, Maithri Shetty, alexdmccabe, sd9121, Sreenivas Bttv, katannshaw, mgifford, nod_, webchick, mtift, rainbreaw, Berdir, brianperry, thejimbirch, Dom., q0rban, nitesh624, hansa11, himanshu_sindhwani, kostyashupenko, shaktik, bnjmnm, sharma.amitt16, sonam.chaturvedi, steinmb, shaal, ressa, Ramya Balasubramanian, Sebacic, pradeepjha, tanmaykadam, thedrupalkid, vinitk, volkswagenchick, viappidu, vebrovski, Ujval Shah, Webbeh, Yuri, trebormc, msuthars, mrinalini9, bash247, chetanbharambe, ellenoise, anevins, andriyun, CocoM, JayKandari, ambuj_gupta, hussainweb, jhodgdon, Pooja Ganjage, ju.vanderw, jwitkowski79, MaxPah, Lokender Singh2, jponch, KarenS, KarinG, Lal_: Add new Olivero frontend theme to Drupal 9.1 core as beta; later make it stable and the default
2020-10-16 09:43:55 +00:00
|
|
|
* - localized_options: Menu link localized options.
|
|
|
|
* - is_expanded: TRUE if the link has visible children within the current
|
|
|
|
* menu tree.
|
|
|
|
* - is_collapsed: TRUE if the link has children within the current menu tree
|
|
|
|
* that are not currently visible.
|
|
|
|
* - in_active_trail: TRUE if the link is in the active trail.
|
|
|
|
*
|
|
|
|
* @ingroup themeable
|
|
|
|
*/
|
|
|
|
#}
|
|
|
|
{% import _self as menus %}
|
|
|
|
|
|
|
|
{#
|
|
|
|
We call a macro which calls itself to render the full tree.
|
2022-08-01 00:16:32 +00:00
|
|
|
@see https://twig.symfony.com/doc/3.x/tags/macro.html
|
Issue #3111409 by mherchel, proeung, larowlan, alexpott, lauriii, Gábor Hojtsy, andrewmacpherson, catch, xjm, andypost, rahulrasgon, rabbitlair, mrconnerton, poojakural, boulaffasae, jerseycheese, shimpy, Indrajith KB, DuneBL, kiran.kadam911, komalkolekar, keboca, hawkeye.twolf, andrewozone, Maithri Shetty, alexdmccabe, sd9121, Sreenivas Bttv, katannshaw, mgifford, nod_, webchick, mtift, rainbreaw, Berdir, brianperry, thejimbirch, Dom., q0rban, nitesh624, hansa11, himanshu_sindhwani, kostyashupenko, shaktik, bnjmnm, sharma.amitt16, sonam.chaturvedi, steinmb, shaal, ressa, Ramya Balasubramanian, Sebacic, pradeepjha, tanmaykadam, thedrupalkid, vinitk, volkswagenchick, viappidu, vebrovski, Ujval Shah, Webbeh, Yuri, trebormc, msuthars, mrinalini9, bash247, chetanbharambe, ellenoise, anevins, andriyun, CocoM, JayKandari, ambuj_gupta, hussainweb, jhodgdon, Pooja Ganjage, ju.vanderw, jwitkowski79, MaxPah, Lokender Singh2, jponch, KarenS, KarinG, Lal_: Add new Olivero frontend theme to Drupal 9.1 core as beta; later make it stable and the default
2020-10-16 09:43:55 +00:00
|
|
|
#}
|
|
|
|
{% set attributes = attributes.addClass('menu') %}
|
|
|
|
{{ menus.menu_links(items, attributes, 0) }}
|
|
|
|
|
|
|
|
{% macro menu_links(items, attributes, menu_level) %}
|
|
|
|
{% set primary_nav_level = 'menu--level-' ~ (menu_level + 1) %}
|
|
|
|
{% import _self as menus %}
|
|
|
|
{% if items %}
|
|
|
|
<ul {{ attributes.addClass('menu', primary_nav_level) }}>
|
|
|
|
{% set attributes = attributes.removeClass(primary_nav_level) %}
|
|
|
|
{% for item in items %}
|
|
|
|
|
|
|
|
{% if item.url.isRouted and item.url.routeName == '<nolink>' %}
|
|
|
|
{% set menu_item_type = 'nolink' %}
|
|
|
|
{% elseif item.url.isRouted and item.url.routeName == '<button>' %}
|
|
|
|
{% set menu_item_type = 'button' %}
|
|
|
|
{% else %}
|
|
|
|
{% set menu_item_type = 'link' %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% set item_classes = [
|
|
|
|
'menu__item',
|
|
|
|
'menu__item--' ~ menu_item_type,
|
|
|
|
'menu__item--level-' ~ (menu_level + 1),
|
|
|
|
item.in_active_trail ? 'menu__item--active-trail',
|
|
|
|
item.below ? 'menu__item--has-children',
|
|
|
|
]
|
|
|
|
%}
|
|
|
|
|
|
|
|
{% set link_classes = [
|
|
|
|
'menu__link',
|
|
|
|
'menu__link--' ~ menu_item_type,
|
|
|
|
'menu__link--level-' ~ (menu_level + 1),
|
|
|
|
item.in_active_trail ? 'menu__link--active-trail',
|
|
|
|
item.below ? 'menu__link--has-children',
|
|
|
|
]
|
|
|
|
%}
|
|
|
|
|
|
|
|
<li{{ item.attributes.addClass(item_classes) }}>
|
|
|
|
{#
|
|
|
|
A unique HTML ID should be used, but that isn't available through
|
|
|
|
Twig yet, so the |clean_id filter is used for now.
|
|
|
|
@see https://www.drupal.org/project/drupal/issues/3115445
|
|
|
|
#}
|
2023-11-08 12:28:45 +00:00
|
|
|
{% set aria_id = (item.title ~ '-submenu-' ~ loop.index)|clean_id %}
|
Issue #3111409 by mherchel, proeung, larowlan, alexpott, lauriii, Gábor Hojtsy, andrewmacpherson, catch, xjm, andypost, rahulrasgon, rabbitlair, mrconnerton, poojakural, boulaffasae, jerseycheese, shimpy, Indrajith KB, DuneBL, kiran.kadam911, komalkolekar, keboca, hawkeye.twolf, andrewozone, Maithri Shetty, alexdmccabe, sd9121, Sreenivas Bttv, katannshaw, mgifford, nod_, webchick, mtift, rainbreaw, Berdir, brianperry, thejimbirch, Dom., q0rban, nitesh624, hansa11, himanshu_sindhwani, kostyashupenko, shaktik, bnjmnm, sharma.amitt16, sonam.chaturvedi, steinmb, shaal, ressa, Ramya Balasubramanian, Sebacic, pradeepjha, tanmaykadam, thedrupalkid, vinitk, volkswagenchick, viappidu, vebrovski, Ujval Shah, Webbeh, Yuri, trebormc, msuthars, mrinalini9, bash247, chetanbharambe, ellenoise, anevins, andriyun, CocoM, JayKandari, ambuj_gupta, hussainweb, jhodgdon, Pooja Ganjage, ju.vanderw, jwitkowski79, MaxPah, Lokender Singh2, jponch, KarenS, KarinG, Lal_: Add new Olivero frontend theme to Drupal 9.1 core as beta; later make it stable and the default
2020-10-16 09:43:55 +00:00
|
|
|
|
2023-11-08 12:28:45 +00:00
|
|
|
{{ link(item.title, item.url, {'class': link_classes}) }}
|
Issue #3111409 by mherchel, proeung, larowlan, alexpott, lauriii, Gábor Hojtsy, andrewmacpherson, catch, xjm, andypost, rahulrasgon, rabbitlair, mrconnerton, poojakural, boulaffasae, jerseycheese, shimpy, Indrajith KB, DuneBL, kiran.kadam911, komalkolekar, keboca, hawkeye.twolf, andrewozone, Maithri Shetty, alexdmccabe, sd9121, Sreenivas Bttv, katannshaw, mgifford, nod_, webchick, mtift, rainbreaw, Berdir, brianperry, thejimbirch, Dom., q0rban, nitesh624, hansa11, himanshu_sindhwani, kostyashupenko, shaktik, bnjmnm, sharma.amitt16, sonam.chaturvedi, steinmb, shaal, ressa, Ramya Balasubramanian, Sebacic, pradeepjha, tanmaykadam, thedrupalkid, vinitk, volkswagenchick, viappidu, vebrovski, Ujval Shah, Webbeh, Yuri, trebormc, msuthars, mrinalini9, bash247, chetanbharambe, ellenoise, anevins, andriyun, CocoM, JayKandari, ambuj_gupta, hussainweb, jhodgdon, Pooja Ganjage, ju.vanderw, jwitkowski79, MaxPah, Lokender Singh2, jponch, KarenS, KarinG, Lal_: Add new Olivero frontend theme to Drupal 9.1 core as beta; later make it stable and the default
2020-10-16 09:43:55 +00:00
|
|
|
|
|
|
|
{% if item.below %}
|
|
|
|
{{ menus.menu_links(item.below, attributes, menu_level + 1) }}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
{% endif %}
|
|
|
|
{% endmacro %}
|