phenaproxima / starshot-prototype

Prototype of a new kind of Drupal, based on recipes and loaded up with contrib's best modules and themes. Not a fork or a distribution.
https://drupal.org/starshot
104 stars 36 forks source link

When switching from Gin to Claro the header becomes empty #123

Open rpkoller opened 5 days ago

rpkoller commented 5 days ago

If you switch from Gin to Claro on 'admin/appearance' the header is becoming empty. I've also tried to uninstall the gin toolbar but it made no difference. either way with or without the gin toolbar the header remains empty with claro as the active admin theme.

Screenshot ![Screenshot 2024-06-30 at 13 34 23](https://github.com/phenaproxima/starshot-prototype/assets/1665422/f92a59d5-9c41-4850-a753-776a738e8002)

i tried to install gin on a none starshot instance and there i am able to switch between claro and gin.

TravisCarden commented 2 days ago

Thanks, @rpkoller. This is because there are no blocks placed in the "Block layout" for Claro at admin/structure/block/list/claro.

@phenaproxima, what do you think of this? Is it a question of an unexpected use case or unexpected behavior. I would have thought the Claro theme would install its own blocks when it was installed (which it is, because Gin depends on it), but apparently not in our case. I noticed there's a relevant Core recipe core_recommended_admin_theme, but it conflicts with our config (and might be broken anyway). What do you think?