ckeditor5.libraries.yml

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

File

core/modules/ckeditor5/ckeditor5.libraries.yml

View source
  1. # Internal libraries, do not depend on these.
  2. # CKEditor 5 has a much faster release cadence for major and minor releases
  3. # than Drupal. CKEditor 5 does not provide continued support for major or
  4. # minor releases; they almost never issue patch releases. Drupal therefore
  5. # has to keep its integration up-to-date with upstream. It is hence
  6. # impossible to provide "stable overrides", since the stability is not
  7. # controlled by Drupal, but by upstream.
  8. # Hence all CKEditor 5 asset libraries are considered internal.
  9. # @see https://ckeditor.com/docs/ckeditor5/latest/support/versioning-policy.html
  10. internal.ckeditor5.language:
  11. css:
  12. component:
  13. css/language.css: {}
  14. dependencies:
  15. - core/ckeditor5
  16. internal.drupal.ckeditor5.htmlEngine:
  17. js:
  18. js/build/drupalHtmlEngine.js: { minified: true }
  19. dependencies:
  20. - core/ckeditor5
  21. internal.drupal.ckeditor5:
  22. js:
  23. js/ckeditor5.js: {}
  24. # Backward-compatibility shim so contributed modules built with
  25. # DllReferencePlugin continue to work without being rebuilt.
  26. # @deprecated in drupal:12.0.0 and is removed from drupal:13.0.0.
  27. js/ckeditor5-dll-shim.js: {}
  28. css:
  29. theme:
  30. css/editor.css: { }
  31. dependencies:
  32. - core/jquery
  33. - core/once
  34. - core/drupal
  35. - core/drupal.ajax
  36. - core/drupal.debounce
  37. - core/ckeditor5
  38. - editor/drupal.editor
  39. - ckeditor5/internal.drupal.ckeditor5.stylesheets
  40. - core/drupalSettings
  41. - core/drupal.message
  42. # Library used for dynamically loading CKEditor 5 stylesheets from the default
  43. # front end theme.
  44. # @see ckeditor5_library_info_alter()
  45. internal.drupal.ckeditor5.stylesheets:
  46. version: VERSION
  47. css: []
  48. internal.drupal.ckeditor5.codeBlock:
  49. dependencies:
  50. - core/ckeditor5
  51. internal.drupal.ckeditor5.image:
  52. js:
  53. js/build/drupalImage.js: { minified: true }
  54. css:
  55. theme:
  56. css/image.css: { }
  57. dependencies:
  58. - core/drupal
  59. - core/ckeditor5
  60. internal.drupal.ckeditor5.emphasis:
  61. version: VERSION
  62. js:
  63. js/build/drupalEmphasis.js: { minified: true }
  64. dependencies:
  65. - core/ckeditor5
  66. internal.drupal.ckeditor5.link-entity-suggestions:
  67. js:
  68. js/build/drupalEntityLinkSuggestions.js: { minified: true }
  69. css:
  70. component:
  71. css/entity-link-suggestions.css: {}
  72. dependencies:
  73. - core/ckeditor5
  74. - core/drupal
  75. - core/drupal.autocomplete
  76. internal.drupal.ckeditor5.media:
  77. js:
  78. js/build/drupalMedia.js: { minified: true }
  79. css:
  80. theme:
  81. css/drupalmedia.css: { }
  82. dependencies:
  83. - core/ckeditor5
  84. - core/drupal
  85. - media/media_embed_ckeditor_theme
  86. internal.drupal.ckeditor5.mediaAlign:
  87. css:
  88. theme:
  89. css/media-alignment.css: { }
  90. dependencies:
  91. - ckeditor5/internal.drupal.ckeditor5.media
  92. internal.drupal.ckeditor5.filter.admin:
  93. js:
  94. js/ckeditor5.filter.admin.js: {}
  95. dependencies:
  96. - core/drupal
  97. - core/once
  98. - core/drupal.ajax
  99. - core/drupalSettings
  100. - core/drupal.vertical-tabs
  101. internal.drupal.ckeditor5.table:
  102. css:
  103. theme:
  104. css/table.css: { }
  105. dependencies:
  106. - core/ckeditor5
  107. internal.admin:
  108. js:
  109. js/ckeditor5.admin.js: { }
  110. css:
  111. theme:
  112. css/toolbar.admin.css: { }
  113. dependencies:
  114. - core/sortable
  115. - filter/drupal.filter.admin
  116. - core/jquery
  117. - core/once
  118. - core/drupal.announce
  119. internal.admin.specialCharacters:
  120. css:
  121. theme:
  122. css/special-characters.css: { }
  123. internal.admin.removeFormat:
  124. css:
  125. theme:
  126. css/remove-format.css: { }
  127. internal.admin.essentials:
  128. css:
  129. theme:
  130. css/essentials.admin.css: { }
  131. internal.admin.basic:
  132. css:
  133. theme:
  134. css/basic.admin.css: { }
  135. internal.admin.blockquote:
  136. css:
  137. theme:
  138. css/blockquote.admin.css: { }
  139. internal.admin.link:
  140. css:
  141. theme:
  142. css/link.admin.css: { }
  143. internal.admin.list:
  144. css:
  145. theme:
  146. css/list.admin.css: { }
  147. internal.admin.heading:
  148. css:
  149. theme:
  150. css/heading.admin.css: { }
  151. dependencies:
  152. - core/ckeditor5
  153. internal.admin.horizontalLine:
  154. css:
  155. theme:
  156. css/horizontal-line.admin.css: { }
  157. internal.admin.alignment:
  158. css:
  159. theme:
  160. css/alignment.admin.css: { }
  161. internal.admin.indent:
  162. css:
  163. theme:
  164. css/indent.admin.css: { }
  165. internal.admin.language:
  166. css:
  167. theme:
  168. css/language.admin.css: { }
  169. internal.admin.drupalmedia:
  170. css:
  171. theme:
  172. css/drupalmedia.admin.css: { }
  173. internal.admin.showBlocks:
  174. css:
  175. theme:
  176. css/show-blocks.admin.css: { }
  177. internal.admin.sourceEditing:
  178. css:
  179. theme:
  180. css/source-editing.admin.css: { }
  181. internal.admin.style:
  182. js:
  183. js/ckeditor5.style.admin.js: { }
  184. css:
  185. theme:
  186. css/style.admin.css: { }
  187. dependencies:
  188. - core/jquery
  189. - core/drupal
  190. - core/drupal.vertical-tabs
  191. internal.admin.table:
  192. css:
  193. theme:
  194. css/table.admin.css: { }
  195. internal.admin.codeBlock:
  196. css:
  197. theme:
  198. css/code-block.admin.css: { }
  199. internal.admin.image:
  200. css:
  201. theme:
  202. css/image.admin.css: { }
  203. js:
  204. js/ckeditor5.image.admin.js: { }
  205. dependencies:
  206. - core/jquery
  207. - core/drupal
  208. internal.admin.fullscreen:
  209. css:
  210. theme:
  211. css/fullscreen.admin.css: { }

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