filter.libraries.yml

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

File

core/modules/filter/filter.libraries.yml

View source
  1. drupal.filter.admin:
  2. version: VERSION
  3. js:
  4. js/filter.admin.js: {}
  5. dependencies:
  6. - core/jquery
  7. - core/drupal
  8. - core/once
  9. - core/drupal.form
  10. moved_files:
  11. filter/filter.admin.js:
  12. deprecation_version: drupal:11.1.0
  13. removed_version: drupal:12.0.0
  14. deprecation_link: https://www.drupal.org/node/3471539
  15. js:
  16. filter.admin.js: 'js/filter.admin.js'
  17. drupal.filter:
  18. version: VERSION
  19. js:
  20. js/filter.js: {}
  21. dependencies:
  22. - core/jquery
  23. - core/drupal
  24. - core/once
  25. moved_files:
  26. filter/filter.js:
  27. deprecation_version: drupal:11.1.0
  28. removed_version: drupal:12.0.0
  29. deprecation_link: https://www.drupal.org/node/3471539
  30. js:
  31. filter.js: 'js/filter.js'
  32. caption:
  33. version: VERSION
  34. css:
  35. component:
  36. css/filter.caption.css: {}

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