This module is used only to import and enable custom config of contrib modules used by Manatí. It should be used along with the Bloom profile to import the first config of the new site.
Install the drupal site using Bloom installation profile.
Add the manati_base_config to your composer dependencies.
composer require manaticr/manati_base_configEnable the manati_base_config in order to enable all required modules. You could check all the required module dependencies at /admin/modules page.
drush en manati_base_configDisable the manati_base_config.
drush pmu manati_base_configImport the base config of the manati_base_config module.
drush cim --source=./modules/contrib/manati_base_config/config/partial --partialRemove the module dependency from composer.
composer remove manaticr/manati_base_configEnjoy the Manatí base config!!