editor.editor.full_html.yml

Same filename in this branch
  1. 11.x core/profiles/standard/config/install/editor.editor.full_html.yml
  2. 11.x core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
  3. 11.x core/recipes/full_html_format_editor/config/editor.editor.full_html.yml
Same filename and directory in other branches
  1. 9 core/profiles/standard/config/install/editor.editor.full_html.yml
  2. 9 core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  3. 9 core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
  4. 8.9.x core/profiles/standard/config/install/editor.editor.full_html.yml
  5. 8.9.x core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  6. 10 core/profiles/standard/config/install/editor.editor.full_html.yml
  7. 10 core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  8. 10 core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
core/profiles/demo_umami/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/demo_umami/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. - drupalMedia
  27. - insertTable
  28. - horizontalLine
  29. - '|'
  30. - heading
  31. - '|'
  32. - sourceEditing
  33. plugins:
  34. ckeditor5_heading:
  35. enabled_headings:
  36. - heading2
  37. - heading3
  38. - heading4
  39. - heading5
  40. - heading6
  41. ckeditor5_list:
  42. properties:
  43. reversed: false
  44. startIndex: false
  45. multiBlock: true
  46. ckeditor5_sourceEditing:
  47. allowed_tags: { }
  48. media_media:
  49. allow_view_mode_override: false
  50. image_upload:
  51. status: true
  52. scheme: public
  53. directory: inline-images
  54. max_size: null
  55. max_dimensions:
  56. width: null
  57. height: null

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