You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@agentrickard Thanks for the issue. This is not an 11.x problem, it is a Drupal 8+ issue that is exposed by switching themes using a recipe.
Gin ships with those blocks, but they are optional configuration. What takes precedent are the blocks that get duplicated from the active theme.
When you switch themes, Drupal core copies all of the blocks from the existing theme to the new theme. This recipe was created before you could install Drupal with no profile. You had to start with a profile, the most common, Standard and Minimal in Drupal core. Those profiles use different themes for the admin theme, and unfortunately, they have different blocks also
After attempting a solution for this recipe that would work for both Standard profile (Claro admin theme) and Minimal profile (Stark admin theme), we settled on just supporting the minimal profile until the core issue can be fixed.
This may be Drupal 11 only, testing with Gin 8.x-3.0-rc13, which is what the recipe installs.
Drupal 11.0.4
Gin ships with the following blocks:
The Recipe tries to install / set:
The inclusion of unknown blocks causes installation to fail.
The text was updated successfully, but these errors were encountered: