Installs and configures TEN7's standard Drupal admin theme stack.
drupal/gin— admin themedrupal/gin_toolbar— toolbar integrationdrupal/admin_toolbar— improved admin menu
In your project's composer.json, add the VCS source:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ten7/recipe-admin-theme"
}
]Then require and apply:
composer require ten7/recipe-admin-theme
drush recipe recipes/recipe-admin-themeThis package follows semantic versioning. Releases are tagged on main.