blend-it/radix_overrides
最新稳定版本:6.0.0-beta46
Composer 安装命令:
composer require blend-it/radix_overrides
包简介
Drupal Bootstrap radix based theme
README 文档
README
Radix overrides is a base theme that fill the gap between the Radix theme and Drupal components used in project. Like form, actions, modal, table, etc. Or shared components like select 2 or other that need sass build with bootstrap variables.
Installation
Using Composer
To handle shared theme we use a custom composer type drupal-shared-theme.
You need to add the following configuration to your composer.json file:
"extra": { "installer-types": ["drupal-shared-theme"], "installer-paths": { "web/themes/shared/{$name}": ["type:drupal-shared-theme"] } }
Then you can require the theme with the following command:
composer require blend-it/radix_overrides
For contributors you could use the following command to clone the repository:
composer require blend-it/radix_overrides --prefer-source
Create child theme
To create a child theme :
Using drush:
drush --include="web/themes/shared/radix_overrides" radix:create SUBTHEME_NAME
统计信息
- 总下载量: 289
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2025-03-31