editor.editor.full_html.yml

Same filename in this branch
  1. 9 core/profiles/standard/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/demo_umami/config/install/editor.editor.full_html.yml

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_sourceEditing:
  42. allowed_tags: { }
  43. image_upload:
  44. status: true
  45. scheme: public
  46. directory: inline-images
  47. max_size: ''
  48. max_dimensions:
  49. width: null
  50. height: null

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