block.libraries.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/block/block.libraries.yml
  2. 10 core/modules/block/block.libraries.yml
  3. 11.x 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. - core/jquery.once.bc
  10. drupal.block.admin:
  11. version: VERSION
  12. js:
  13. js/block.admin.js: {}
  14. css:
  15. theme:
  16. css/block.admin.css: {}
  17. dependencies:
  18. - core/jquery
  19. - core/drupal
  20. - core/drupal.announce
  21. - core/drupal.debounce
  22. - core/drupal.dialog.ajax
  23. - core/drupal.string.includes
  24. - core/once
  25. - core/jquery.once.bc

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