iqual/iq_backend_theme
最新稳定版本:v2.0
Composer 安装命令:
composer require iqual/iq_backend_theme
包简介
Unicorn Backend theme - A moden backend theme, based on the gin backend theme.
关键字:
README 文档
README
Backend theme for unicorn installations.
Per default, gin's dark mode is enabled but each user can override the admin
theme settings the user profile (/user/edit).
Installation guide:
// Install composer package
composer require iqual/iq_backend_theme
// Enable gin theme
drush then gin
// Enable dependency modules
drush en gin_toolbar gin_login iq_backend_theme_helper
// Enable theme
drush then iq_backend_theme
// Set as admin theme
drush php:eval '$config = \Drupal::service("config.factory")->getEditable("system.theme"); $config->set("admin", "iq_backend_theme")->save();'
Or as a sexy one-liner:
composer require iqual/iq_backend_theme && drush then gin && drush en gin_toolbar gin_login iq_backend_theme_helper && drush then iq_backend_theme && drush php:eval '$config = \Drupal::service("config.factory")->getEditable("system.theme"); $config->set("admin", "iq_backend_theme")->save();'
Don't forget to uninstall Adminimal, once everything is working fine!
drush thun adminimal
composer remove drupal/adminimal
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-11-30