Since alpha2, if I edit minimal.info.yml, adding - bootstrap as a dependency, the installation fails with:

The website encountered an unexpected error. Please try again later.
Drupal\Core\Config\UnmetDependenciesException: Configuration objects (block.block.bootstrap_search) provided by bootstrap have unmet dependencies in Drupal\Core\Config\UnmetDependenciesException::create() (line 89 of core/lib/Drupal/Core/Config/UnmetDependenciesException.php).
Drupal\Core\Config\UnmetDependenciesException::create('bootstrap', Array)
Drupal\Core\Config\ConfigInstaller->checkConfigurationToInstall('theme', 'bootstrap')
Drupal\Core\ProxyClass\Config\ConfigInstaller->checkConfigurationToInstall('theme', 'bootstrap')
Drupal\Core\Extension\ThemeInstaller->install(Array, 1)
Drupal\Core\Extension\ThemeHandler->install(Array)
install_profile_themes(Array)
install_run_task(Array, Array)
install_run_tasks(Array)
install_drupal(Object)

Comments

sime created an issue. See original summary.

markhalliwell’s picture

Title: bootstrap blocks installer if profile dependency » Default config makes profile installation dependent on block module

Ah, yep they should be in the config/optional dir.

  • markcarver committed e23be07 on 8.x-3.x
    Issue #2630770 by markcarver: Default config makes profile installation...
markhalliwell’s picture

Version: 8.x-3.0-alpha2 » 8.x-3.x-dev
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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