editor.editor.full_html.yml

core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml

File

core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - filter.format.full_html
  6. # TRICKY: This technically is a module that this config depends on, but it has been removed from Drupal >=10.
  7. # module:
  8. # - ckeditor
  9. format: full_html
  10. editor: ckeditor
  11. settings:
  12. toolbar:
  13. rows:
  14. -
  15. -
  16. name: Formatting
  17. items:
  18. - Bold
  19. - Italic
  20. - Strike
  21. - Superscript
  22. - Subscript
  23. - '-'
  24. - RemoveFormat
  25. -
  26. name: Linking
  27. items:
  28. - DrupalLink
  29. - DrupalUnlink
  30. -
  31. name: Lists
  32. items:
  33. - BulletedList
  34. - NumberedList
  35. -
  36. name: Media
  37. items:
  38. - Blockquote
  39. - DrupalImage
  40. - Table
  41. - HorizontalRule
  42. -
  43. name: 'Block Formatting'
  44. items:
  45. - Format
  46. -
  47. name: Tools
  48. items:
  49. - ShowBlocks
  50. - Source
  51. plugins: {}
  52. image_upload:
  53. status: true
  54. scheme: public
  55. directory: inline-images
  56. max_size: null
  57. max_dimensions:
  58. width: null
  59. height: null

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