Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

starshot_admin_theme needs to import Claro's configuration to avoid missing blocks if the site switches to it #162

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions recipes/starshot_admin_theme/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ install:
- type_tray
config:
import:
claro:
- block.block.claro_breadcrumbs
- block.block.claro_content
- block.block.claro_local_actions
- block.block.claro_messages
- block.block.claro_page_title
- block.block.claro_primary_local_tasks
- block.block.claro_secondary_local_tasks
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason to list these blocks explicitly, and not just do claro: '*'?

I'm okay with either way, but would like there to be an explanatory comment here if we're not going to use *.

gin: '*'
navigation: '*'
actions:
Expand Down