media.libraries.yml

Same filename and directory in other branches
  1. 9 core/modules/media/media.libraries.yml
  2. 8.9.x core/modules/media/media.libraries.yml
  3. 10 core/modules/media/media.libraries.yml
core/modules/media/media.libraries.yml

File

core/modules/media/media.libraries.yml

View source
  1. form:
  2. version: VERSION
  3. js:
  4. js/form.js: {}
  5. dependencies:
  6. - core/drupal.form
  7. type_form:
  8. version: VERSION
  9. js:
  10. js/type_form.js: {}
  11. dependencies:
  12. - core/drupal.form
  13. oembed.formatter:
  14. version: VERSION
  15. css:
  16. component:
  17. css/oembed.formatter.css: {}
  18. oembed.frame:
  19. version: VERSION
  20. css:
  21. component:
  22. css/oembed.frame.css: {}
  23. filter.caption:
  24. version: VERSION
  25. css:
  26. component:
  27. css/filter.caption.css: {}
  28. dependencies:
  29. - filter/caption
  30. # Despite the name, this is actually not specific to CKEditor 4, and can be
  31. # used by all text editor plugins.
  32. media_embed_ckeditor_theme:
  33. version: VERSION
  34. js:
  35. js/media_embed_ckeditor.theme.js: {}
  36. dependencies:
  37. - core/drupal
  38. drupal.media-icon:
  39. version: VERSION
  40. css:
  41. theme:
  42. css/media.icon.theme.css: {}
  43. dependencies:
  44. - field_ui/drupal.field_ui.manage_fields

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.