camaleon-8.x-1.x-dev/templates/navigation/menu-local-action.html.twig
templates/navigation/menu-local-action.html.twig
1 2 3 4 5 6 7 8 9 10 11 12 13 | {# /** * @file * Theme override for a single local action link. * * Available variables: * - attributes: HTML attributes for the wrapper element. * - link: A rendered link element. * * @see template_preprocess_menu_local_action() */ #} <li{{ attributes }}>{{ link }}</li> |