kanopi / gin-admin-experience
Installs and configures the Gin admin theme and supporting base modules.
Installs: 1 260
Dependents: 1
Suggesters: 3
Security: 0
Stars: 4
Watchers: 11
Forks: 0
Open Issues: 1
Type:drupal-recipe
Requires
- drupal/admin_toolbar: *
- drupal/gin: *
- drupal/gin_login: *
- drupal/gin_toolbar: *
This package is auto-updated.
Last update: 2024-10-27 00:05:13 UTC
README
A simple Drupal Recipe for installing and configuring the Gin admin theme and supporting base modules.
Configuring Drupal for Recipes
See https://www.drupal.org/files/issues/2023-10-01/Configuring%20Drupal%20to%20Apply%20Recipes.md
Installing this Recipe
composer require kanopi/gin-admin-experience
Applying this Recipe
From your webroot run php core/scripts/drupal recipe recipes/contrib/gin-admin-experience
and drush cr
If you have our Docksal command in your project, fin recipe-apply gin-admin-experience
Unpacking this Recipe
To unpack this recipe's dependencies to your site's composer.json, in the root of your project run:
composer unpack kanopi/gin-admin-experience
If you have our Docksal command in your project, fin recipe-unpack kanopi/gin-admin-experience
Known Issues
- If the Gin Admin theme, and Gin Login module are currently enabled, installation will fail.