Problem/Motivation

Currently there are two blocks in core/themes/olivero/config/optional that _don't_ contain the theme-name (so Olivero) in their name:

block.block.book_navigation.yml 
block.block.primary_admin_actions.yml

This is really out of tune with all other theme blocks.

Proposed resolution

Rename those two blocks:

block.block.book_navigation.yml => block.block.olivero_book_navigation.yml 
block.block.primary_admin_actions.yml => block.block.olivero_primary_admin_actions.yml

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Spokje created an issue. See original summary.

Spokje’s picture

Spokje’s picture

lauriii’s picture

Status: Active » Reviewed & tested by the community

Totally makes sense for me! Not sure why these block configurations were named like this in the first place but I couldn't imagine there would be a particular reason to do so.

alexpott’s picture

Version: 10.0.x-dev » 9.4.x-dev
Status: Reviewed & tested by the community » Fixed

Committed and pushed d8b72b6a4d to 10.0.x and 07230e83ce to 9.5.x and 667130beb8 to 9.4.x. Thanks!

  • alexpott committed d8b72b6 on 10.0.x
    Issue #3278696 by Spokje: Rename Oliveros block.block.book_navigation....

  • alexpott committed 07230e8 on 9.5.x
    Issue #3278696 by Spokje: Rename Oliveros block.block.book_navigation....

  • alexpott committed 667130b on 9.4.x
    Issue #3278696 by Spokje: Rename Oliveros block.block.book_navigation....
Spokje’s picture

Assigned: Spokje » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.