quickedit.libraries.yml

Same filename in other branches
  1. 8.9.x core/modules/quickedit/quickedit.libraries.yml
core/modules/quickedit/quickedit.libraries.yml

File

core/modules/quickedit/quickedit.libraries.yml

View source
  1. quickedit:
  2. version: VERSION
  3. js:
  4. # Core.
  5. js/quickedit.js: {}
  6. js/util.js: {}
  7. # Models.
  8. js/models/BaseModel.js: {}
  9. js/models/AppModel.js: {}
  10. js/models/EntityModel.js: {}
  11. js/models/FieldModel.js: {}
  12. js/models/EditorModel.js: {}
  13. # Views.
  14. js/views/AppView.js: {}
  15. js/views/FieldDecorationView.js: {}
  16. js/views/EntityDecorationView.js: {}
  17. js/views/EntityToolbarView.js: {}
  18. js/views/ContextualLinkView.js: {}
  19. js/views/FieldToolbarView.js: {}
  20. js/views/EditorView.js: {}
  21. # Other.
  22. js/theme.js: {}
  23. css:
  24. component:
  25. css/quickedit.module.css: {}
  26. theme:
  27. css/quickedit.theme.css: {}
  28. css/quickedit.icons.theme.css: {}
  29. dependencies:
  30. - core/jquery
  31. - core/once
  32. - core/jquery.once.bc
  33. - core/internal.underscore
  34. - core/internal.backbone
  35. - core/internal.jquery.form
  36. - core/drupal
  37. - core/drupal.displace
  38. - core/drupal.form
  39. - core/drupal.ajax
  40. - core/drupal.debounce
  41. - core/drupalSettings
  42. - core/drupal.dialog
  43. - core/popperjs
  44. quickedit.inPlaceEditor.form:
  45. version: VERSION
  46. js:
  47. js/editors/formEditor.js: {}
  48. dependencies:
  49. - quickedit/quickedit
  50. quickedit.ckeditor5-temporary-work-around:
  51. # "Temporary work-around until https://www.drupal.org/project/drupal/issues/3196689 lands."
  52. css:
  53. theme:
  54. css/editors/formattedText/ckeditor5.workaround.css: { }
  55. quickedit.inPlaceEditor.formattedText:
  56. version: VERSION
  57. css:
  58. component:
  59. css/editors/formattedText.ckeditor.css: {}
  60. css/editors/formattedText.ckeditor5.css: {}
  61. js:
  62. js/editors/formattedTextEditor.js: { attributes: { defer: true } }
  63. dependencies:
  64. - quickedit/quickedit
  65. - editor/drupal.editor
  66. - core/drupal.ajax
  67. - core/drupalSettings
  68. quickedit.inPlaceEditor.plainText:
  69. version: VERSION
  70. js:
  71. js/editors/plainTextEditor.js: {}
  72. dependencies:
  73. - quickedit/quickedit
  74. quickedit.inPlaceEditor.image:
  75. version: VERSION
  76. js:
  77. js/editors/image.js: {}
  78. css:
  79. component:
  80. css/editors/image.css: {}
  81. theme:
  82. css/editors/image.theme.css: {}
  83. dependencies:
  84. - core/jquery
  85. - core/drupal
  86. - core/underscore
  87. - quickedit/quickedit

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