Add Drupal logo to the toolbar

Created on 13 July 2023, 12 months ago

Problem/Motivation

We're adding more menus into the toolbar, so we will be adding headings above each menu.

Activities in this ticket

Add a heading to the existing administration menu (see screenshot example).

  • The text doesn't need to be in caps for now. The important part in this ticket is the markup, not the styles.
  • Use a markup similar to the one coming from block--system-menu-block.html.twig so it's easier to integrate later with the block and menu systems in Drupal. Example code:
<nav id="this-menu-id" class="" aria-labelledby="title-id" role="navigation">
 <h2 class="" id="title-id">Administration menu</h2>
 <ul class="">
       <li class=""><a >Link text</a></li>
 </ul>
</nav>
πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States baluv3

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024