nuvoleweb / ui_patterns

[NOTE] Development has moved to https://drupal.org/project/ui_patterns
https://drupal.org/project/ui_patterns
GNU General Public License v2.0
85 stars 56 forks source link

Remove config_installer dependecy #253

Closed LOBsTerr closed 5 years ago

LOBsTerr commented 5 years ago

From 8.6 core version https://www.drupal.org/node/2897299 We can get rid of this dependency

ademarco commented 5 years ago

We can't do that as UI Patterns demo site is installed using the standard profile, which implements a hook_install(), while the new functionality of installing from configuration introduced in 8.6 only works with profiles that do not implement hook_install().