editor.editor.full_html.yml

Same filename in this branch
  1. 9 core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  2. 9 core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
Same filename in other branches
  1. 8.9.x core/profiles/standard/config/install/editor.editor.full_html.yml
  2. 8.9.x core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  3. 10 core/profiles/standard/config/install/editor.editor.full_html.yml
  4. 10 core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  5. 10 core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
  6. 11.x core/profiles/standard/config/install/editor.editor.full_html.yml
  7. 11.x core/profiles/demo_umami/config/install/editor.editor.full_html.yml
  8. 11.x core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
  9. 11.x core/recipes/full_html_format_editor/config/editor.editor.full_html.yml
  10. 10 core/recipes/full_html_format_editor/config/editor.editor.full_html.yml
core/profiles/standard/config/install/editor.editor.full_html.yml

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_heading:
  36. enabled_headings:
  37. - heading2
  38. - heading3
  39. - heading4
  40. - heading5
  41. - heading6
  42. ckeditor5_sourceEditing:
  43. allowed_tags: { }
  44. ckeditor5_list:
  45. reversed: true
  46. startIndex: true
  47. ckeditor5_imageResize:
  48. allow_resize: true
  49. image_upload:
  50. status: true
  51. scheme: public
  52. directory: inline-images
  53. max_size: ''
  54. max_dimensions:
  55. width: 0
  56. height: 0

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