manaticr / manati_base_config
The base config used by Manatí to build sites.
Installs: 111
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 1
Type:drupal-module
This package is auto-updated.
Last update: 2024-11-04 23:27:00 UTC
README
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.
How to use it?
Install the drupal site using Bloom installation profile.
Add the manati_base_config
to your composer dependencies.
composer require manaticr/manati_base_config
Enable 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_config
Disable the manati_base_config
.
drush pmu manati_base_config
Import the base config of the manati_base_config
module.
drush cim --source=./modules/contrib/manati_base_config/config/partial --partial
Remove the module dependency from composer.
composer remove manaticr/manati_base_config
Enjoy the Manatí base config!!