Radix Core
Component ID
1892712
Component name
Radix Core
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
3783
Component created
Component changed
Component body
Brings all the Radix components (theme and modules) together.
Which version do I need?
For Radix 7.x-2.x, use Radix Core 7.x-2.x.
For Radix 7.x-3.x, use Radix Core 7.x-3.x.
Drupal 8
Add radix to your composer.json file: "drupal/radix": "3.0.0"
Where is Radix Core used?
Radix Core is meant for your distribution's Drush make file.
If you are building a distribution with Radix as the base theme, you can include Radix Core in your make file and it will pull all the required modules and themes. See an example below:
; Radix
projects[radix_core][version] = 3.x-dev
projects[radix_core][subdir] = contrib
