editor.libraries.yml

Same filename in other branches
  1. 9 core/modules/editor/editor.libraries.yml
  2. 8.9.x 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/drupal
  9. deprecated: The %library_id% asset library is deprecated in Drupal 10.3.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3422372
  10. drupal.editor:
  11. version: VERSION
  12. js:
  13. js/editor.js: {}
  14. dependencies:
  15. - core/jquery
  16. - core/drupal
  17. - core/drupalSettings
  18. - core/once
  19. - core/drupal.dialog
  20. drupal.editor.dialog:
  21. version: VERSION
  22. js:
  23. js/editor.dialog.js: {}
  24. dependencies:
  25. - core/jquery
  26. - core/drupal.dialog
  27. - core/drupal.ajax
  28. - core/drupalSettings

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