Initial Drupal 11 with DDEV setup
This commit is contained in:
		@ -0,0 +1,12 @@
 | 
			
		||||
{#
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Default theme implementation for a single navigation top bar page action.
 | 
			
		||||
 *
 | 
			
		||||
 * Available variables:
 | 
			
		||||
 * - link: Link render element.
 | 
			
		||||
 */
 | 
			
		||||
#}
 | 
			
		||||
<li class="toolbar-dropdown__item">
 | 
			
		||||
  {{ link|add_class('toolbar-dropdown__link') }}
 | 
			
		||||
</li>
 | 
			
		||||
		Reference in New Issue
	
	Block a user