https://github.com/kanopi/gin-admin-experience
A simple Drupal Recipe for installing and configuring the Gin admin theme and supporting base modules.
https://github.com/kanopi/gin-admin-experience
do-not-archive drupal drupal-recipe internal-tool saplings
Last synced: 7 days ago
JSON representation
A simple Drupal Recipe for installing and configuring the Gin admin theme and supporting base modules.
- Host: GitHub
- URL: https://github.com/kanopi/gin-admin-experience
- Owner: kanopi
- License: gpl-2.0
- Created: 2023-10-01T11:27:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T14:22:31.000Z (11 months ago)
- Last Synced: 2025-01-31T13:43:31.421Z (9 months ago)
- Topics: do-not-archive, drupal, drupal-recipe, internal-tool, saplings
- Homepage:
- Size: 41 KB
- Stars: 5
- Watchers: 11
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gin Admin Experience Drupal Recipe
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.