test_theme_libraries_extend.info.yml 429 B

123456789101112131415
  1. name: 'Test theme libraries-extend'
  2. type: theme
  3. description: 'Test Theme with libraries-extend'
  4. version: VERSION
  5. base theme: classy
  6. core: 8.x
  7. libraries-extend:
  8. classy/book-navigation:
  9. - test_theme_libraries_extend/extend_one
  10. - test_theme_libraries_extend/extend_two
  11. core/drupal.dialog:
  12. - test_theme_libraries_extend/non_existent_library
  13. test_theme/collapse:
  14. - not_a_string:
  15. expected: 'an exception'