editor.libraries.yml

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

File

core/modules/editor/editor.libraries.yml

View source
  1. drupal.editor:
  2. version: VERSION
  3. js:
  4. js/editor.js: {}
  5. dependencies:
  6. - core/jquery
  7. - core/drupal
  8. - core/drupalSettings
  9. - core/once
  10. - core/drupal.dialog
  11. drupal.editor.dialog:
  12. version: VERSION
  13. js:
  14. js/editor.dialog.js: {}
  15. dependencies:
  16. - core/jquery
  17. - core/drupal.dialog
  18. - core/drupal.ajax
  19. - core/drupalSettings

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