Sets up Booster (Flowbite based) theme as the default theme.
Add recipe repository reference to the repositories section to override "drupal_recipe/booster_theme" package:
{
"repositories": {
"booster_theme_recipe": {
"type": "git",
"url": "https://github.com/fivejars/booster_recipe_booster_theme.git",
"only": ["drupal_recipe/booster_theme"]
}
}
}
Run composer commands:
composer require --dev drupal_recipe/booster_theme
composer unpack drupal_recipe/booster_theme
If the composer install ran successfully, you can enable the recipe with the following commands:
fin recipe-apply path/to/recipe/from/docroot
Sponsored and developed by Five Jars.