editor.libraries.yml

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

File

core/modules/editor/editor.libraries.yml

View source
  1. drupal.editor.admin:
  2. version: VERSION
  3. js:
  4. js/editor.admin.js: {}
  5. dependencies:
  6. - core/jquery
  7. - core/once
  8. - core/jquery.once.bc
  9. - core/drupal
  10. - core/drupal.array.includes
  11. drupal.editor:
  12. version: VERSION
  13. js:
  14. js/editor.js: {}
  15. dependencies:
  16. - core/jquery
  17. - core/drupal
  18. - core/drupalSettings
  19. - core/once
  20. - core/jquery.once.bc
  21. - core/drupal.dialog
  22. drupal.editor.dialog:
  23. version: VERSION
  24. js:
  25. js/editor.dialog.js: {}
  26. dependencies:
  27. - core/jquery
  28. - core/drupal.dialog
  29. - core/drupal.ajax
  30. - core/drupalSettings

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