Same filename in this branch
  1. 10 core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  2. 10 core/profiles/standard/config/install/editor.editor.full_html.yml
Same filename and directory in other branches
  1. 8.9.x core/profiles/standard/config/install/editor.editor.full_html.yml
  2. 9 core/profiles/standard/config/install/editor.editor.full_html.yml
core/profiles/standard/config/install/editor.editor.full_html.yml
1 string reference to 'editor.editor.full_html'
EditorSanitizeImageUploadSettingsUpdateTest::testUpdateRemoveMeaninglessImageUploadSettings in core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php
Ensure image upload settings for Text Editor config entities are corrected.

File

core/profiles/standard/config/install/editor.editor.full_html.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - filter.format.full_html
  6. module:
  7. - ckeditor5
  8. format: full_html
  9. editor: ckeditor5
  10. settings:
  11. toolbar:
  12. items:
  13. - bold
  14. - italic
  15. - strikethrough
  16. - superscript
  17. - subscript
  18. - removeFormat
  19. - '|'
  20. - link
  21. - '|'
  22. - bulletedList
  23. - numberedList
  24. - '|'
  25. - blockQuote
  26. - drupalInsertImage
  27. - insertTable
  28. - horizontalLine
  29. - '|'
  30. - heading
  31. - codeBlock
  32. - '|'
  33. - sourceEditing
  34. plugins:
  35. ckeditor5_codeBlock:
  36. languages:
  37. -
  38. label: 'Plain text'
  39. language: plaintext
  40. -
  41. label: C
  42. language: c
  43. -
  44. label: 'C#'
  45. language: cs
  46. -
  47. label: C++
  48. language: cpp
  49. -
  50. label: CSS
  51. language: css
  52. -
  53. label: Diff
  54. language: diff
  55. -
  56. label: HTML
  57. language: html
  58. -
  59. label: Java
  60. language: java
  61. -
  62. label: JavaScript
  63. language: javascript
  64. -
  65. label: PHP
  66. language: php
  67. -
  68. label: Python
  69. language: python
  70. -
  71. label: Ruby
  72. language: ruby
  73. -
  74. label: TypeScript
  75. language: typescript
  76. -
  77. label: XML
  78. language: xml
  79. ckeditor5_heading:
  80. enabled_headings:
  81. - heading2
  82. - heading3
  83. - heading4
  84. - heading5
  85. - heading6
  86. ckeditor5_imageResize:
  87. allow_resize: true
  88. ckeditor5_list:
  89. properties:
  90. reversed: true
  91. startIndex: true
  92. multiBlock: true
  93. ckeditor5_sourceEditing:
  94. allowed_tags: { }
  95. image_upload:
  96. status: true
  97. scheme: public
  98. directory: inline-images
  99. max_size: null
  100. max_dimensions:
  101. width: null
  102. height: null