kanopi / gin-admin-experience
安装并配置 Gin 管理主题和支持的基本模块。
1.0.0-beta
2023-12-30 12:31 UTC
Requires
- drupal/admin_toolbar: *
- drupal/gin: *
- drupal/gin_login: *
- drupal/gin_toolbar: *
This package is auto-updated.
Last update: 2024-08-26 23:36:56 UTC
README
这是一个简单的 Drupal 食谱,用于安装和配置 Gin 管理主题和支持的基本模块。
为食谱配置 Drupal
见 https://www.drupal.org/files/issues/2023-10-01/Configuring%20Drupal%20to%20Apply%20Recipes.md
安装此食谱
composer require kanopi/gin-admin-experience
应用此食谱
从您的网站根目录运行 php core/scripts/drupal recipe recipes/contrib/gin-admin-experience
和 drush cr
如果您在项目中使用了我们的 Docksal 命令,请运行 fin recipe-apply gin-admin-experience
解包此食谱
要将此食谱的依赖项解包到您的站点 composer.json 中,请在项目根目录下运行
composer unpack kanopi/gin-admin-experience
如果您在项目中使用了我们的 Docksal 命令,请运行 fin recipe-unpack kanopi/gin-admin-experience
已知问题
- 如果当前已启用 Gin Admin 主题和 Gin 登录模块,则安装将失败。