block.libraries.yml

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

File

core/modules/block/block.libraries.yml

View source
  1. drupal.block:
  2. version: VERSION
  3. js:
  4. js/block.js: {}
  5. dependencies:
  6. - core/jquery
  7. - core/drupal
  8. - core/once
  9. drupal.block.admin:
  10. version: VERSION
  11. js:
  12. js/block.admin.js: {}
  13. css:
  14. theme:
  15. css/block.admin.css: {}
  16. dependencies:
  17. - core/jquery
  18. - core/drupal
  19. - core/drupal.announce
  20. - core/drupal.debounce
  21. - core/drupal.dialog.ajax
  22. - core/drupal.tabledrag
  23. - core/once

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