test_theme.info.yml

drupal/core/modules/system/tests/themes/test_theme/test_theme.info.yml

File

drupal/core/modules/system/tests/themes/test_theme/test_theme.info.yml
View source
  1. # Normally, themes may list CSS files like this, and if they exist in the theme
  2. # folder, then they get added to the page. If they have the same file name as a
  3. # module CSS file, then the theme's version overrides the module's version, so
  4. # that the module's version is not added to the page. Additionally, a theme may
  5. # have an entry like this one, without having the corresponding CSS file in the
  6. # theme's folder, and in this case, it just stops the module's version from
  7. # being loaded, and does not replace it with an alternate version. We have this
  8. # here in order for a test to ensure that this correctly prevents the module
  9. # version from being loaded, and that errors aren't caused by the lack of this
  10. # file within the theme folder.
  11. name: 'Test theme'
  12. type: theme
  13. description: 'Theme for testing the theme system'
  14. core: 8.x
  15. hidden: true
  16. stylesheets-remove:
  17. - system.module.css
  18. settings:
  19. theme_test_setting: 'default value'