This project is not covered by Drupal’s security advisory policy.

Allows modules and themes to attach asset libraries to admin themes.

Usage

First, create an asset library in your theme or module. For example, mytheme/seven and mytheme/claro

Then, add the following to your *.info.yml file to attach the libraries to the corresponding admin themes:

admin_libraries:
  seven:
    - mytheme/seven
  claro:
    - mytheme/claro

Project information

Releases