Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / system / tests / themes / test_basetheme / test_basetheme.info.yml
1 name: 'Theme test base theme'
2 type: theme
3 description: 'Test theme which acts as a base theme for other test subthemes.'
4 version: VERSION
5 core: 8.x
6 base theme: false
7 hidden: true
8
9 libraries:
10   - test_basetheme/global-styling
11 stylesheets-remove:
12   - '@theme_test/css/base-remove.css'
13 libraries-override:
14   core/drupal.dialog:
15     js:
16       misc/dialog/dialog.js: false
17   core/jquery.farbtastic:
18     css:
19       component:
20         assets/vendor/farbtastic/farbtastic.css: css/farbtastic.css
21
22 libraries-extend:
23   classy/base:
24     - test_basetheme/global-styling