Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: 4 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-26T22:25:27.000Z (12 months ago)
- Last Synced: 2024-09-28T10:02:30.916Z (4 months ago)
- Topics: do-not-archive, drupal, drupal-recipe, internal-tool
- Homepage:
- Size: 34.2 KB
- Stars: 4
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
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.