"Primary tabs" and "Secondary tabs" not available

Created on 5 November 2024, 17 days ago

I have installed a fresh Drupal 10.3.6 instance with the default profile and added a sub theme via the Radix theme according to the instructions (Quick start for Radix 6 (Drupal 10.1+)).

When I activate the installed new sub theme, the (core) blocks "Primary tabs" and "Secondary tabs" are missing in the ‘Block Layout’ (/admin/structure/block).

If I try to add them via "Place Block", they do not appear in the list either. However, when I activate the base theme "Radix", the blocks are present.

Is this correct, or how can I add the missing blocks?

🐛 Bug report
Status

Active

Version

6.0

Component

User interface

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

Comments & Activities

  • Issue created by @medienverbinder
  • 🇺🇸United States tinker

    The starter kit theme in radix 6, and hence your default subtheme, does not have explicit regions for "Primary tabs" and "Secondary tabs". Instead you can use "Header" region, which is below the "Navbar" and above the "Content".

    Drupal 10 does not have core blocks "Primary tabs" and "Secondary tabs". It uses block "Tabs".

    I suggest adding the following blocks to "Header" region:

    • Breadcrumbs
    • Status messages
    • Help
    • Primary admin actions
    • Tabs
  • Yes, that's it. Thank you very much!

Production build 0.71.5 2024